clean looking topmenu

This commit is contained in:
Serghey Rodin 2013-03-03 15:39:17 +02:00
commit 980581d09e

View file

@ -36,12 +36,11 @@
text-align: left; text-align: left;
border: 0px; border: 0px;
border-collapse:collapse; border-collapse:collapse;
} }
.top thead td { .top thead td {
background: #ebe9dc; background: #ebe9dc;
border-bottom: 1px solid #d3d3d3;
border-right: 1px solid #d3d3d3;
height: 25px; height: 25px;
text-align: right; text-align: right;
padding: 0 24px 0 0px; padding: 0 24px 0 0px;
@ -49,7 +48,7 @@
} }
.top thead td:first-child{ .top thead td:first-child{
border-left: 1px solid #d3d3d3; border-left: 1px solid #fff;
border-right:none; border-right:none;
text-align:left; text-align:left;
padding: 0 0 0 0; padding: 0 0 0 0;
@ -60,7 +59,7 @@
padding: 5px 22px 4px; padding: 5px 22px 4px;
text-decoration: none; text-decoration: none;
color: #323232; color: #323232;
border-right: 1px solid #d3d3d3; border-right: 1px solid #fff;
} }
.top-link:hover { .top-link:hover {
@ -76,7 +75,7 @@
text-decoration: none; text-decoration: none;
color: #174f82; color: #174f82;
background: #fff; background: #fff;
border-right: 1px solid #d3d3d3; border-right: 1px solid #fff;
} }
.top-logout { .top-logout {