mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
To solve a background issue in plugin perspective class="content" has been introduced and now it is spread to other distributed themes.
Don't be surprised by #content and .content they are different. git-svn-id: http://piwigo.org/svn/trunk@1713 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -15,7 +15,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
|
||||
background-color: #d3d3d3;
|
||||
}
|
||||
|
||||
#menubar DL, #content, #imageToolBar, .header_notes {
|
||||
#menubar DL, #content, #imageToolBar, .header_notes, .content {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
|
||||
background-color: #3f3f3f;
|
||||
}
|
||||
|
||||
#menubar DL, #content, #imageToolBar, .header_notes {
|
||||
#menubar DL, #content, #imageToolBar, .header_notes, .content {
|
||||
background-color: #5f5f5f;
|
||||
}
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ A {
|
||||
A:hover {
|
||||
border-color: #f92;
|
||||
}
|
||||
#content {
|
||||
#content, .content {
|
||||
background-color: #181818;
|
||||
border: 1px solid #eee;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user