1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Initial Bootstrap 3 migration

This commit is contained in:
Taloth Saldono
2014-04-01 22:10:36 +02:00
committed by Mark McDowall
parent ad0e372c35
commit 28fa264c69
151 changed files with 9617 additions and 6299 deletions
@@ -8,12 +8,12 @@
</div>
</label>
</div>
<div class="span9">
<div class="col-md-9">
<div class="row">
<div class="span9 file-path"><i class="icon-nd-existing" title="Existing path" /> {{existingPath}}</div>
<div class="col-md-9 file-path"><i class="icon-nd-existing" title="Existing path" /> {{existingPath}}</div>
</div>
<div class="row">
<div class="span9 file-path"><i class="icon-nd-suggested" title="Suggested path" /> {{newPath}}</div>
<div class="col-md-9 file-path"><i class="icon-nd-suggested" title="Suggested path" /> {{newPath}}</div>
</div>
</div>
</div>
+2 -2
View File
@@ -14,12 +14,12 @@
.icon-nd-existing:before {
.icon(@minus);
color : @errorText;
color : @brand-danger;
}
.icon-nd-suggested:before {
.icon(@plus);
color : @successText;
color : @brand-success;
}
.rename-checkbox {