Some more fixes in the toolbar

skala
Julio Montoya 14 years ago
parent eca56a1137
commit 58615efd29
  1. 11
      main/css/base.css
  2. 6
      main/css/responsive.css

@ -123,14 +123,7 @@ legend {
.subnav .nav > #current > a:hover .caret {
border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
border-left: 0;
padding-left: 12px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
border-right: 0;
}
@ -3668,7 +3661,7 @@ a.forum_group_link {
}
.subnav .nav > li > .logout {
padding:7px;
padding-top:8px;
}
footer {

@ -60,7 +60,7 @@
footer #footer_left a, footer #footer_center a, footer #footer_right a {
color : #999;
}
}
}
@media (max-width: 767px) {
@ -73,6 +73,10 @@
display:none;
}
header #header_center, header #header_right {
display:none;
}
#footer_right #admin_name, #footer_right #software_name {
text-align: center !important;
}

Loading…
Cancel
Save