mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature #528, less borders!
This commit is contained in:
@@ -69,7 +69,7 @@ h3, .throw, .row1 { background-color: #ddd; }
|
||||
|
||||
#content {
|
||||
background: #f1f1f1;
|
||||
border: 1px solid #aaa;
|
||||
border: 1px solid #f9f9f9;
|
||||
min-height: 467px;
|
||||
margin-left:217px;
|
||||
margin-top: 7px;
|
||||
@@ -91,7 +91,16 @@ UL.thumbnails span.wrap2 {
|
||||
|
||||
|
||||
/* borders */
|
||||
fieldset { border: 2px solid #ddd; }
|
||||
fieldset {
|
||||
border: none;
|
||||
border-top: 2px solid #ddd;
|
||||
}
|
||||
|
||||
fieldset.with-border {
|
||||
border: 2px solid #ddd;
|
||||
}
|
||||
|
||||
|
||||
TEXTAREA { cursor:text; font-size: 13px; }
|
||||
.tagSelection label { padding-right:12px; }
|
||||
.tagSelection LI.tagSelected {background-color:#dbe8f3;}
|
||||
|
||||
@@ -63,7 +63,7 @@ jQuery(document).ready(function(){
|
||||
{if ($PARENT_EDIT)}| <a href="{$PARENT_EDIT}"></span>{'edit'|@translate}</a>{/if}
|
||||
</p>
|
||||
<form id="formCreateAlbum" action="{$F_ACTION}" method="post" style="display:none;">
|
||||
<fieldset>
|
||||
<fieldset class="with-border">
|
||||
<legend>{'create a new album'|@translate}</legend>
|
||||
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
|
||||
|
||||
@@ -80,7 +80,7 @@ jQuery(document).ready(function(){
|
||||
</form>
|
||||
{if count($categories)}
|
||||
<form id="formAutoOrder" action="{$F_ACTION}" method="post" style="display:none;">
|
||||
<fieldset>
|
||||
<fieldset class="with-border">
|
||||
<legend>{'Automatic sort order'|@translate}</legend>
|
||||
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ $(document).ready(function() {
|
||||
</p>
|
||||
|
||||
<form method="post" style="display:none" id="addGroupForm" name="add_user" action="{$F_ADD_ACTION}" class="properties">
|
||||
<fieldset>
|
||||
<fieldset class="with-border">
|
||||
<legend>{'Add group'|@translate}</legend>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -10,7 +10,7 @@ jQuery(function(){ {* <!-- onLoad needed to wait localization loads --> *}
|
||||
<h2>{'History'|@translate} {$TABSHEET_TITLE}</h2>
|
||||
|
||||
<form class="filter" method="post" name="filter" action="{$F_ACTION}">
|
||||
<fieldset>
|
||||
<fieldset class="with-border">
|
||||
<legend>{'Filter'|@translate}</legend>
|
||||
<ul>
|
||||
<li><label>{'Date'|@translate}</label></li>
|
||||
|
||||
@@ -874,7 +874,7 @@ span.infos, span.errors {background-image:none; padding:2px 5px; margin:0;border
|
||||
</p>
|
||||
|
||||
<form id="addUserForm" style="display:none" method="post" name="add_user" action="{$F_ADD_ACTION}">
|
||||
<fieldset>
|
||||
<fieldset class="with-border">
|
||||
<legend>{'Add a user'|@translate}</legend>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user