tbrehm
2013-04-16 68e400af2f9ed178beaff4ecea6d41d08d13734f
- Add rounded corners for tabs in upper menu.
1 files modified
3 ■■■■■ changed files
interface/web/themes/default/css/styles.css 3 ●●●●● patch | view | raw | blame | history
interface/web/themes/default/css/styles.css
@@ -153,6 +153,8 @@
#topNav a {
    background: url("../icons/x32_sprite.png") no-repeat #D3D3D3;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color:black;
    display:inline-block;
    height:20px;
@@ -580,6 +582,7 @@
    width:60px;
    height: 60px;
    border:1px dotted #888888;
    border-radius:5px;
    background-color: #cccccc;
    margin:10px;
    background-position: center 5px;