mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -3,6 +3,7 @@ Plugin Name: Admin Advices !
|
|||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Author: PhpWebGallery team
|
Author: PhpWebGallery team
|
||||||
Description: Give you an advice on the administration page.
|
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' );
|
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 |
@@ -74,7 +74,7 @@ H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
|
|||||||
}
|
}
|
||||||
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
|
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
|
||||||
#theAdminPage #the_page {
|
#theAdminPage #the_page {
|
||||||
background-color: #222;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
#imageToolBar, .header_notes {
|
#imageToolBar, .header_notes {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
@@ -90,6 +90,11 @@ A:hover {
|
|||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
padding: 5px;
|
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 {
|
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
|
||||||
background-image: url(images/tableh1_bg.png);
|
background-image: url(images/tableh1_bg.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
@@ -199,11 +204,9 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content UL.thumbnails SPAN.wrap2:hover,
|
#content UL.thumbnails SPAN.wrap2:hover,
|
||||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
|
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
|
||||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
|
background-color: #333;
|
||||||
background-color: #dfe8ff;
|
|
||||||
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menubar .buttonmenu {
|
#menubar .buttonmenu {
|
||||||
|
|||||||
Reference in New Issue
Block a user