Added mono space font, cleaner UI for rename preview

This commit is contained in:
Mark McDowall
2013-11-27 01:19:44 -08:00
parent e42ac25657
commit f349f1177e
15 changed files with 165 additions and 33 deletions

View File

@@ -26,7 +26,7 @@
color: #333333;
}
input:first-of-type:checked ~ .btn {
input:first-of-type:checked ~ .btn-primary {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
}
}

View File

@@ -33,3 +33,15 @@
url('/Content/fonts/opensans-semibold.woff') format('woff'),
url('/Content/fonts/opensans-semibold.ttf') format('truetype')
}
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-weight: 400;
src: url('/Content/fonts/ubuntumono-regular.eot');
src: local('Open Sans'),
local('OpenSans'),
url('/Content/fonts/ubuntumono-regular.eot?#iefix') format('embedded-opentype'),
url('/Content/fonts/ubuntumono-regular.woff') format('woff'),
url('/Content/fonts/ubuntumono-regular.ttf') format('truetype')
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -166,4 +166,4 @@
.icon-nd-download-failed:before {
.icon(@cloud-download);
color: @errorText;
}
}

View File

@@ -12,6 +12,7 @@
@import "legend";
@import "../Shared/Styles/clickable";
@import "../Shared/Styles/card";
@import "../Rename/rename";
.progress.episode-progress {
width : 125px;
@@ -185,16 +186,10 @@ footer {
display : none;
}
.rename-preview-item {
margin-bottom: 5px;
padding: 5px;
border-bottom: 1px solid #e5e5e5;
.mono-space {
font-family: "ubuntu mono"
}
.checkbox {
width: 80px;
margin-left: 0px;
display: inline-block;
padding-top: 0px;
margin-bottom: 0px;
}
.file-path {
.mono-space();
}