adding and fixing subheader buttons styles

1.0
saleiva 14 years ago
parent 82f11c3891
commit 6d2f24b232

@ -3,7 +3,8 @@
<div class="left">
<ul class="tables_list">
<li class="<%= selected_if(current_path == dashboard_path) %>"><a href="<%= dashboard_path %>"><span>Your tables</span></a></li>
<li class="<%= selected_if(current_path == dashboard_public_path) %>"><a href="<%= dashboard_public_path %>" class="public <%= selected_if(current_path == dashboard_public_path) %>"><span>Public tables</span></a></li>
<li class="<%= selected_if(current_path == dashboard_public_path) %>"><a href="<%= dashboard_public_path %>" class="oth <%= selected_if(current_path == dashboard_public_path) %>"><span>Public tables</span></a></li>
<li><a class="oth" href="#"><span>Your apps</span></a></li>
</ul>
</div>
<div class="right">

@ -18,13 +18,13 @@ section.subheader div.left {position:relative; float:left; width:auto; padding:1
section.subheader div.left ul.tables_list {float:left; width:auto; margin:0;}
section.subheader div.left ul.tables_list li {float:left; width:auto; margin:0 10px 0 0;}
section.subheader div.left ul.tables_list li a {float:left; height:31px; padding:0 0 0 4px; background:url('/images/admin/dashboard/nav_left.png') no-repeat 0 0; color:white; text-decoration:none;}
section.subheader div.left ul.tables_list li a.public {color:#FFCC00;}
section.subheader div.left ul.tables_list li a.oth {color:#FFCC00;}
section.subheader div.left ul.tables_list li a span {float:left; padding:8px 10px 8px 5px; font:normal 13px Arial; text-shadow:0 1px black; background:url('/images/admin/dashboard/nav_right.png') no-repeat right 0; color:white;}
section.subheader div.left ul.tables_list li a.public span {color:#FFCC00;}
section.subheader div.left ul.tables_list li a.oth span {color:#FFCC00;}
section.subheader div.left ul.tables_list li a:hover {background-position:0 -31px;}
section.subheader div.left ul.tables_list li a:hover span {background-position:right -31px;}
section.subheader div.left ul.tables_list li.selected a {background-position:0 -31px;}
section.subheader div.left ul.tables_list li.selected a span {background-position:right -31px;}
section.subheader div.left ul.tables_list li.selected a span {background-position:right -31px; color: white;}
section.subheader div.left ul.tables_list li.selected a:hover {background-position:0 -31px; cursor:default;}
section.subheader div.left ul.tables_list li.selected a:hover span {background-position:right -31px;}
section.subheader div.right {position:relative; float:right; width:auto; padding:18px 0 0 0; color:white!important;}

@ -19,15 +19,15 @@ section.subheader div.left {position:relative; float:left; width:auto; padding:1
section.subheader div.left ul.tables_list {float:left; width:auto; margin:0;}
section.subheader div.left ul.tables_list li {float:left; width:auto; margin:0 10px 0 0;}
section.subheader div.left ul.tables_list li a {float:left; height:31px; padding:0 0 0 4px; background:url('/images/admin/dashboard/nav_left.png') no-repeat 0 0; color:white; text-decoration:none;}
section.subheader div.left ul.tables_list li a.public {color:#FFFFFF;}
section.subheader div.left ul.tables_list li a.oth {color:#FFCC00;}
section.subheader div.left ul.tables_list li a span {float:left; padding:8px 10px 8px 5px; font:normal 13px Arial; text-shadow:0 1px black; background:url('/images/admin/dashboard/nav_right.png') no-repeat right 0; color:#FFCC00;}
section.subheader div.left ul.tables_list li a.public span {color:#FFFFFF;}
section.subheader div.left ul.tables_list li a.oth span {color:#FFCC00;}
section.subheader div.left ul.tables_list li a:hover {background-position:0 -31px;}
section.subheader div.left ul.tables_list li a:hover span {background-position:right -31px;}
section.subheader div.left ul.tables_list li.selected a {background-position:0 -31px;}
section.subheader div.left ul.tables_list li.selected a span {background-position:right -31px;}
section.subheader div.left ul.tables_list li.selected a {background-position:0 -31px; }
section.subheader div.left ul.tables_list li.selected a span {background-position:right -31px; color: white;}
section.subheader div.left ul.tables_list li.selected a:hover {background-position:0 -31px; cursor:default;}
section.subheader div.left ul.tables_list li.selected a:hover span {background-position:right -31px;}
section.subheader div.left ul.tables_list li.selected a:hover span {background-position:right -31px; }
section.subheader div.right {position:relative; float:right; width:auto; padding:18px 0 0 0; color:white!important;}
section.subheader div.right p.settings {float:right;}
section.subheader div.right p.settings a {font:normal 13px Arial; text-shadow:0 1px black;}

Loading…
Cancel
Save