aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/default-layout.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-15 22:44:48 +0000
committervdigital <vdigital@piwigo.org>2007-01-15 22:44:48 +0000
commit073ab4a9e3ef97fcfce21bf72d5eae6b61d2f801 (patch)
tree87a51881b3bd38900a957425db7df9100b210bfa /plugins/admin_advices/default-layout.css
parent6ea1ec6c86ebfe61d15aa6198e19d25501b0f5ff (diff)
Feature "Admin Advices !" (Standard plugin) : May give you always now an advice on the administration page.
Quick solved list: 1 - Wording on EXIF/IPTC Advices 2 - Default language is English 3 - Some Transparency issues under IE 4 - Some Border issues 5 - PWG Menu moved from Advices Box to Intro. 6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL() 7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)). git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices/default-layout.css')
-rw-r--r--plugins/admin_advices/default-layout.css40
1 files changed, 1 insertions, 39 deletions
diff --git a/plugins/admin_advices/default-layout.css b/plugins/admin_advices/default-layout.css
index dfc4e7fb8..334d20d1c 100644
--- a/plugins/admin_advices/default-layout.css
+++ b/plugins/admin_advices/default-layout.css
@@ -2,8 +2,7 @@
.content {
list-style-type:none;
margin: 0 1em 0 14.5em;
- border: 1px solid;
- padding: 0;
+ padding: 0 0 15px 0;
}
.content h2 {
font-weight: bold;
@@ -18,41 +17,4 @@
text-align: left;
padding-left: 2em;
}
-.pwgmenu {
- display: table;
- list-style-type: none;
- list-style-image: none; /* for firefox */
- white-space: nowrap;
- position: relative;
- text-decoration : none;
- font-family: verdana, arial, helvetica, sans-serif;
- font-size: 70%;
- line-height: 1.1em;
- width: 66em;
- margin: 1px 8px;
- padding: 3px;
- background: transparent;
-}
-.pwgmenu li {
- float: left;
- width: 10em !important;
- text-align: center;
- margin: 0 6px;
- padding: 0;
-}
-.pwgmenu a {
- width: 9em !important;
- display: block;
- padding: 4px 8px;
- background: #69c; /* PWG Graphic charts */
- color: white;
- text-align: center;
- text-decoration: none;
- font-weight: bold;
- border: 1px solid #fff; /* Why bordered? in case of #69c background */
-}
-.pwgmenu a:hover {
- background: #f92;
- color: white;
-} /* PWG Graphic charts */