mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
removed unused css rules, password recover form has a fieldset as all other forms, no exit if mail send fails
git-svn-id: http://piwigo.org/svn/trunk@24966 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -136,7 +136,6 @@
|
||||
|
||||
/* begin chronology/calendar elements*/
|
||||
.calendarViews {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: 5px 5px 0 0;
|
||||
}
|
||||
@@ -147,11 +146,10 @@
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
.calItem A { border:0 }
|
||||
.calItem A { text-decoration:none }
|
||||
|
||||
.calendarCalBar {
|
||||
margin: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.calCalHead {
|
||||
@@ -580,14 +578,12 @@ FIELDSET {
|
||||
}
|
||||
|
||||
.tagSelection {
|
||||
width: 99%;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
margin: 1em 0 !important;
|
||||
}
|
||||
|
||||
.tagSelection LI {
|
||||
display:inline-block;
|
||||
width:150px!important;
|
||||
width: 150px;
|
||||
overflow:hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -759,10 +755,6 @@ LEGEND {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#lostPassword {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#lostPassword p {
|
||||
text-align: left;
|
||||
margin: 1.5em 0;
|
||||
|
||||
Reference in New Issue
Block a user