mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 22:35:00 +02:00
CSS corrections for :
* .contentWithMenu : on page picture, CSS sets to look similar to the index page * rev:13865 : commentsList not displayed proprely tested on ff11 IE9.0.8 Chrome18.0 Opera11.62 git-svn-id: http://piwigo.org/svn/trunk@14323 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -166,6 +166,19 @@
|
||||
.content .navigationBar {
|
||||
color:#666;
|
||||
}
|
||||
/* contentWithMenu */
|
||||
.contentWithMenu {
|
||||
margin-left: 290px;
|
||||
}
|
||||
.contentWithMenu #comments {
|
||||
padding: 0 0 5px 0;
|
||||
}
|
||||
.contentWithMenu #imageToolBar {
|
||||
padding-left: 0;
|
||||
}
|
||||
.contentWithMenu #imageHeaderBar .browsePath {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Category thumbnails on main page */
|
||||
.thumbnailCategories li {
|
||||
@@ -269,6 +282,10 @@
|
||||
#comments {
|
||||
padding: 0 0 5px 10px;
|
||||
}
|
||||
.commentsList {
|
||||
overflow: visible;
|
||||
width: auto;
|
||||
}
|
||||
.content .commentsList li {
|
||||
padding: 0 0;
|
||||
margin:0;
|
||||
|
||||
Reference in New Issue
Block a user