more settings work

This commit is contained in:
Mario Vavti
2015-03-01 21:45:49 +01:00
parent af06766627
commit ea6e86fecc
3 changed files with 183 additions and 152 deletions

View File

@@ -1912,17 +1912,30 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
margin-bottom: 3px;
}
.section-title-wrapper h2 {
.section-title-wrapper h2,
.section-subtitle-wrapper h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.section-subtitle-wrapper {
padding: 7px 10px;
background-color: $item_colour;
margin-bottom: 3px;
}
.section-content-tools-wrapper {
padding: 7px 10px;
background-color: $comment_item_colour;
margin-bottom: 3px;
margin-bottom: 3px
}
.section-content-info-wrapper {
padding: 21px 10px;
color: #31708f;
background-color: #d9edf7;
margin-bottom: 3px;
}
.section-content-wrapper {
padding: 7px 10px;
background-color: $comment_item_colour;
@@ -1950,6 +1963,18 @@ nav ul li .notify-unseen
/* bootstrap overrides */
.panel {
background-color: transparent;
border: 0px solid transparent;
border-radius: 0px;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.panel-group .panel + .panel {
margin-top: 0px;
}
blockquote {
font-size: $font_size;
font-style: italic;
@@ -2251,7 +2276,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
/* Turn checkboxes into switches */
.field.checkbox > div {
position: relative; width: 50px;
position: relative; width: 60px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
display:inline-block;
}
@@ -2296,7 +2321,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
display: block; width: 15px; margin:4px;
background: #A1A1A1;
border-radius: 10px;
position: absolute; top: 0; bottom: 0; right: 26px;
position: absolute; top: 0; bottom: 0; right: 36px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}