Diabook-dark - some more cleaning up

This commit is contained in:
Thomas Willingham 2012-05-19 17:20:27 +01:00
parent a1b96d11a7
commit b1c58511ad
2 changed files with 5 additions and 4 deletions

View File

@ -464,7 +464,7 @@ code {
position: absolute;
width: 12em;
background: #2e2f2e;
color: #2e2f2e;
color: #eec;
margin: 0px;
padding: 1em;
list-style: none;
@ -667,7 +667,7 @@ nav .nav-menu-icon:hover {
}
nav .nav-menu-icon.selected {
background-color: #fff;
background-color: #308dbf;
}
nav .nav-menu-icon img {
width: 22px;
@ -1434,7 +1434,8 @@ transition: all 0.2s ease-in-out;
}
.wall-item-comment-wrapper textarea {
height: 2.0em;
width: 100%;
/**No idea what's going on here, but at 100%, it's fugly **/
width: 98% !important;
font-size: 10px;
color: #999999;
border: 1px solid #2e2e2f;

View File

@ -1216,7 +1216,7 @@ right_aside {
/* background: #F1F1F1; */
}
right_aside a{color: #1872A2;}
right_aside a{color: #88a9d2;}
right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 9px; margin-bottom: 0px;
margin-top:30px;}
right_aside .directory-item { width: 50px; height: 50px; vertical-align: center; text-align: center; }