mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 05:44:58 +02:00
bug fixed: cat-list.tpl validate now
improvement: removed some unnecessary css rules from old tests in FROM design in file default-layout.css git-svn-id: http://piwigo.org/svn/trunk@912 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
|
||||
2005-10-23 chrisaga
|
||||
|
||||
* bug fixed: cat-list.tpl validate now
|
||||
|
||||
* improvement: removed some unnecessary css rules from old tests in
|
||||
FROM design in file default-layout.css
|
||||
|
||||
2005-10-23 Pierrick LE GALL
|
||||
|
||||
* bug 181 fixed: "Parameters not created in phpwebgallery_config
|
||||
|
||||
@@ -43,7 +43,9 @@
|
||||
</form>
|
||||
|
||||
<form id="addVirtual" action="{F_ACTION}" method="post">
|
||||
{L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
|
||||
<input type="hidden" name="rank" value="{NEXT_RANK}"/>
|
||||
<input type="submit" value="{L_SUBMIT}" name="submitAdd" />
|
||||
<p>
|
||||
{L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
|
||||
<input type="hidden" name="rank" value="{NEXT_RANK}"/>
|
||||
<input type="submit" value="{L_SUBMIT}" name="submitAdd" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
@@ -68,46 +68,6 @@ pre { text-align:left; }
|
||||
|
||||
form { padding: 0em; }
|
||||
|
||||
/* form row are dl instead of table rows */
|
||||
form dl {
|
||||
text-align: left; /* must set it there otherwise IE render dl.biglabel dt incorectly */
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 100%; /* TO DO : alignement pb in Opera !!!*/
|
||||
}
|
||||
form dt {
|
||||
float: left;
|
||||
/*text-align: left;*/
|
||||
width: 60%;
|
||||
margin-top: 0.25em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
form dd {
|
||||
/*text-align: left;*/
|
||||
/*margin-top: 0.5em;*/
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-top: 0.25em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
/* we must use one dl.biglabel per <dt><dl> because of positionning */
|
||||
form dl.biglabel {
|
||||
position: relative; /* to allow position: absolute in dd*/
|
||||
}
|
||||
form dl.biglabel dt {
|
||||
float: none;
|
||||
}
|
||||
|
||||
form dl.biglabel dd {
|
||||
/*float: right; do not whant to float ????*/
|
||||
/*width: 60%;*/
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 60%; /* same as form dt width */
|
||||
}
|
||||
form dl.biglabel dd { padding-left:2px;} /* IE */
|
||||
form dl.biglabel>dd { padding-left:0;} /* other browsers */
|
||||
|
||||
form p {
|
||||
text-align: center;
|
||||
margin-top: 2em;
|
||||
|
||||
Reference in New Issue
Block a user