Updates for RC1, per Piotr. Not everything is exactly as he asked for but should be close.

Also created a button style for "newtable" link under the general table listing.
This commit is contained in:
Mike Hommé
2011-04-15 22:43:31 -04:00
parent a63ac127bf
commit d503995e34
2 changed files with 29 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ div#leftframelinks a:hover img {
padding: 0; padding: 0;
} }
div#left_tableList {margin:0px 10px;} div#left_tableList {margin:10px 10px 0 10px;}
div#left_tableList ul { div#left_tableList ul {
list-style-type: none; list-style-type: none;
list-style-position: outside; list-style-position: outside;
@@ -188,10 +188,24 @@ div#left_tableList a:hover {
div#left_tableList li { div#left_tableList li {
margin: 0; margin: 0;
padding: 5px 0; padding: 2px 0;
white-space: nowrap; white-space: nowrap;
} }
#newtable{border:1px solid #aaa;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;margin-top:15px !important;padding:1px !important;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
#newtable:hover{
background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) !important;
background: -moz-linear-gradient(top, #cccccc, #dddddd) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd') !important;
cursor:pointer !important;
}
select{ select{
-moz-border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px;
-moz-box-shadow:0 1px 2px #DDDDDD; -moz-box-shadow:0 1px 2px #DDDDDD;

View File

@@ -253,7 +253,7 @@ button {
table caption, table caption,
table th, table th,
table td { table td {
padding: 0.5em; padding: 0.3em;
margin: 0.1em; margin: 0.1em;
vertical-align: top; vertical-align: top;
text-shadow:0 1px 0 #FFFFFF; text-shadow:0 1px 0 #FFFFFF;
@@ -624,6 +624,8 @@ div.footnotes {
color: #000; color: #000;
background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #f2baba; background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #f2baba;
} }
p.warning, p.warning,
h1.warning, h1.warning,
div.warning { div.warning {
@@ -915,6 +917,9 @@ ul#topmenu ul {
padding: 0.1em 0.3em 0.1em 0.3em; padding: 0.1em 0.3em 0.1em 0.3em;
} }
#topmenu .warning {font-size:1em !important; background:#f3f3f3; }
#topmenu .warning a span{color:#ddd !important;}
ul#topmenu ul { ul#topmenu ul {
-moz-box-shadow: 1px 1px 6px #ddd; -moz-box-shadow: 1px 1px 6px #ddd;
-webkit-box-shadow: 2px 2px 3px #666; -webkit-box-shadow: 2px 2px 3px #666;
@@ -980,6 +985,7 @@ ul#topmenu span.tab,
a.warning, a.warning,
ul#topmenu span.tabcaution { ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default; cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color:#ccc;
} }
<?php } ?> <?php } ?>
/* end topmenu */ /* end topmenu */