mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
663160c06a
renamed NzbDrone.Backbone to UI
22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
//
|
|
// Grid system
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Fixed (940px)
|
|
#grid > .core(@gridColumnWidth, @gridGutterWidth);
|
|
|
|
// Fluid (940px)
|
|
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);
|
|
|
|
// Reset utility classes due to specificity
|
|
[class*="span"].hide,
|
|
.row-fluid [class*="span"].hide {
|
|
display: none;
|
|
}
|
|
|
|
[class*="span"].pull-right,
|
|
.row-fluid [class*="span"].pull-right {
|
|
float: right;
|
|
}
|