mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Initial Bootstrap 3 migration
This commit is contained in:
committed by
Mark McDowall
parent
ad0e372c35
commit
28fa264c69
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user