add background color to widgets

This commit is contained in:
marijus
2014-08-26 22:35:00 +02:00
parent 592be71626
commit c703d83350
4 changed files with 9 additions and 31 deletions

View File

@@ -31,5 +31,5 @@ section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 65px 10px 200px 10px;
padding: 65px 7px 200px 7px;
}

View File

@@ -2,12 +2,14 @@
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
.widget {
margin-left: 10px;
padding: 0 8px 8px 8px;
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
}
.widget h3 {
margin-left: -10px;
margin-top: 0px;
margin-bottom: 10px;
}
/* suggest */
@@ -109,34 +111,10 @@
/* group */
#group-sidebar {
#sidebar-group-list {
margin-bottom: 10px;
}
#sidebar-new-group {
margin-bottom: 10px;
}
#sidebar-group-list .icon, #sidebar-group-list .iconspacer {
display: inline-block;
height: 12px;
width: 12px;
}
.sidebar-group-name {
display: block;
width: 170px;
overflow: hidden;
}
#sidebar-group-ul {
margin-bottom: 10px;
}
#sidebar-group-list li {
margin-top: 3px;
}
.sidebar-group-li input {
float: right;
}
@@ -175,4 +153,4 @@ li:hover .group-edit-icon {
.chatroomlist td {
padding: 0 5px 0;
}
}