improvement:

- wipi theme minor changes
- Admin Advices ! include URI.

git-svn-id: http://piwigo.org/svn/trunk@1841 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-02-20 07:16:41 +00:00
parent f39bf0bb26
commit 241c83f5a1
3 changed files with 9 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ Plugin Name: Admin Advices !
Version: 1.0.0
Author: PhpWebGallery team
Description: Give you an advice on the administration page.
Plugin URI: http://www.phpwebgallery.net
*/
add_event_handler('loc_end_page_header', 'set_admin_advice_add_css' );
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 142 B

+8 -5
View File
@@ -74,7 +74,7 @@ H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
}
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
#theAdminPage #the_page {
background-color: #222;
background-color: #111;
}
#imageToolBar, .header_notes {
background-color: #333;
@@ -90,6 +90,11 @@ A:hover {
border: 1px solid #eee;
padding: 5px;
}
#theAdminPage #the_page #content, #theAdminPage #the_page .content {
background-color: #111;
border-width: 0px;
padding: 5px;
}
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-image: url(images/tableh1_bg.png);
background-repeat: repeat-x;
@@ -199,11 +204,9 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
}
#content UL.thumbnails SPAN.wrap2:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: #dfe8ff;
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
background-color: #333;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#menubar .buttonmenu {