Small settings panel styles update

This commit is contained in:
Vince
2013-06-17 10:37:23 +02:00
parent 453f77cdd6
commit cc3bd72b86
2 changed files with 31 additions and 31 deletions

View File

@ -77,6 +77,7 @@ body {
.right-sticky-section .tool-icon {
float: right;
margin-right: 0;
}
.drawer {
@ -99,36 +100,34 @@ body {
right: 280px;
}
.right-sticky-section.expanded .tool-icon {
margin-right: 1px;
}
.right-sticky-section .tool-icon.has-expanded-drawer {
position: relative;
background-color: #444;
margin-right: 0;
padding-right: 1px;
}
.right-sticky-section .tool-icon.has-expanded-drawer:before {
content: " ";
position: absolute;
background-color: #444;
top: 0;
bottom: 0;
right: -5px;
width: 10px;
z-index: -1;
.settings-section {
margin: 10px 20px;
font-size: 12px;
font-weight: bold;
color: #ccc;
text-shadow: 1px 1px #000;
}
.settings-title {
margin: 10px 20px;
margin-top: 20px;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #eee;
border-bottom: 1px #aaa solid;
padding-bottom: 5px;
}
.settings-item {
margin: 10px 20px;
color: #eee;
font-size: 13px;
cursor: pointer;
}