mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #188 from scott1702/css-cleanup
Cleanup of css styles for user-levels description
This commit is contained in:
commit
6ac6986ee6
26
css/cms.css
26
css/cms.css
@ -13,7 +13,7 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 84, ../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
|
/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
|
||||||
.gridfield-icon .blog-icon-timer {
|
.gridfield-icon .blog-icon-timer {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
@ -111,20 +111,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* line 124, ../scss/cms.scss */
|
/* line 124, ../scss/cms.scss */
|
||||||
.toggle-description-correct-middle {
|
.middleColumn.toggle-description-correct-middle {
|
||||||
margin-left: 0 !important;
|
margin-left: 0;
|
||||||
float: left !important;
|
float: left;
|
||||||
width: 416px !important;
|
width: 416px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 130, ../scss/cms.scss */
|
/* line 130, ../scss/cms.scss */
|
||||||
.toggle-description-correct-right {
|
label.right.toggle-description-correct-right {
|
||||||
display: inline-block !important;
|
display: inline-block;
|
||||||
margin-left: 0 !important;
|
margin-left: 0;
|
||||||
clear: none !important;
|
clear: none;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 136, ../scss/cms.scss */
|
/* line 137, ../scss/cms.scss */
|
||||||
.toggle-description-correct-description {
|
.description.toggle-description-correct-description {
|
||||||
width: 416px !important;
|
width: 416px;
|
||||||
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
@ -121,18 +121,20 @@
|
|||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-description-correct-middle {
|
.middleColumn.toggle-description-correct-middle {
|
||||||
margin-left: 0 !important;
|
margin-left: 0;
|
||||||
float: left !important;
|
float: left;
|
||||||
width: 416px !important;
|
width: 416px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-description-correct-right {
|
label.right.toggle-description-correct-right {
|
||||||
display: inline-block !important;
|
display: inline-block;
|
||||||
margin-left: 0 !important;
|
margin-left: 0;
|
||||||
clear: none !important;
|
clear: none;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-description-correct-description {
|
.description.toggle-description-correct-description {
|
||||||
width: 416px !important;
|
width: 416px;
|
||||||
|
padding: 12px 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user