Desktop TNG, should be the last

This commit is contained in:
Alan Garcia 2013-01-31 10:19:04 +00:00
parent 86c0939fa9
commit 69ea12831a
1 changed files with 3 additions and 2 deletions

View File

@ -283,7 +283,8 @@ img {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 11px; font-size: 11px;
background-color: #F4F4FA; background-color: #F4F4FA;
box-shadow: 1px 1px 5px #555; border: 1px solid #888;
box-shadow: 1px 1px 5px #888;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
@ -561,7 +562,7 @@ input#dir, input#sub_local {
.menu-quota div.progress-bar { .menu-quota div.progress-bar {
width: 180px; width: 180px;
background: #fff; background: #fff;
border: solid 1px #CACACA; border: solid 1px #AAA;
padding-bottom padding-bottom
} }