some css cleanup.

pull/4/head
Keivan Beigi 11 years ago
parent e9789116d2
commit 9ed7c03d48

@ -1,4 +1,6 @@
<div class="accordion result-list span12 existing-root-folder-view">
<h1>{{path}}</h1>
<div class="x-existing-folder-container" />
<div class="row">
<div class="accordion result-list span12 existing-root-folder-view">
<h1>{{path}}</h1>
<div class="x-existing-folder-container" />
</div>
</div>

@ -1,5 +1,5 @@
<div class="row unmapped-folder-view">
<div class="span12">
<div class="span11">
<div class="row folder-header">
<input class="x-txt-search input-xlarge" type="text" value="{{folder.name}}" placeholder="{{folder.name}}"></input>
<select class="span2 x-lst-quality-profile">
@ -10,10 +10,10 @@
<div class="btn btn-primary x-btn-search pull-right">
<icon class="icon-search "></icon>
</div>
</div>
<div class="row">
<div class="x-folder-name-match-results span12" />
<div class="row">
<div class="x-folder-name-match-results span11" />
</div>
</div>
</div>
</div>

@ -1,9 +1,11 @@
<div class="tab-pane" id="add-new">
<div class="input-prepend nz-input-large search row">
<i class="add-on icon-search"></i>
<input type="text" class="span10" placeholder="Start typing the name of series you want to add ...">
<div class="row">
<div class="input-prepend nz-input-large search span11">
<i class="add-on icon-search"></i>
<input type="text" class="input-block-level" placeholder="Start typing the name of series you want to add ...">
</div>
</div>
<div class="row">
<div id="search-result" class="result-list span12 offset4" />
<div id="search-result" class="result-list span12" />
</div>
</div>

@ -1,7 +1,7 @@
<div class="tab-pane" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path">
<div class="tab-pane row" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path span10">
<i class="add-on icon-folder-open"></i>
<input type="text" class="span11" placeholder="Path of the folder to add ...">
<input class="input-block-level" type="text" placeholder="Path of the folder to add ...">
<div class="btn icon-plus btn-success x-add" />
</div>
<div class="span12 result-list" id="current-dirs" />

@ -4,7 +4,7 @@
}
.nz-input-large input {
height: 40px;
height: 50px;
}
.nz-input-large *[class*='icon-'] {
@ -58,8 +58,8 @@
}
.unmapped-folder-view .folder-header {
font-size: 30px;
font-weight: 300;
padding-left: 20px;
}
.unmapped-folder-view .folder-header input {
@ -74,3 +74,8 @@
.existing-root-folder-view, h1 {
padding: 10px 0 20px 0;
}
.folder-name-matches {
padding-left: 20px;
padding-top: 10px;
}

@ -1,4 +1,10 @@
#localSeriesLookup {
/*make the main scrollbar always visible*/
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
#localSeriesLookup {
width: 220px;
border: 0px;
background: rgb(75, 75, 75);
@ -7,13 +13,8 @@
font-size: 13px;
}
.nz-center {
text-align: center;
overflow: hidden;
}
.nz-center .typeahead {
text-align: left;
.input-append .add-on {
margin-left: 0;
}
#footer-region {
@ -43,15 +44,12 @@
padding-right: 10px;
}
#notification-region pre{
#notification-region pre {
font-size: 12px;
}
.line {
height: 4em;
line-height: 4em;
}
.line > [class^="icon-"], .line > [class*=" icon-"] {
margin-top: 1em;
@ -66,23 +64,25 @@
margin-bottom: 2px;
}
.progress .bar {
position: absolute;
overflow: hidden;
}
.progress .progressbar-back-text {
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
text-align: center;
}
.progress .progressbar-front-text {
display: block;
width: 125px;
font-size: 12px;
text-align: center;
}
.progress .bar {
position: absolute;
overflow: hidden;
}
.progress .progressbar-back-text {
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
text-align: center;
}
.progress .progressbar-front-text {
display: block;
width: 125px;
font-size: 12px;
text-align: center;
}
/* Todo: Should move this to somehting modal/form specific */
@ -97,8 +97,8 @@ label, .form-horizontal input, .form-horizontal select {
line-height: 14px;
}
label.control-label {
font-size: 16px;
line-height: 16px;
font-weight: bold;
}
label.control-label {
font-size: 16px;
line-height: 16px;
font-weight: bold;
}

@ -10,6 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300' rel='stylesheet' type='text/css'>
<link href="/static/content/bootstrap/bootstrap.less" rel='stylesheet' type='text/css' />
<link href="/static/content/base.css" rel='stylesheet' type='text/css' />
<link href="/static/content/theme.css" rel='stylesheet' type='text/css'>
<link href="/static/content/toastr.css" rel='stylesheet' type='text/css'>
<link href="/static/content/fullcalendar.css" rel='stylesheet' type='text/css'>

Loading…
Cancel
Save