feature #528, less borders!

This commit is contained in:
plegall
2016-09-26 15:18:55 +02:00
parent 43ab69002e
commit 83a30a9e23
5 changed files with 16 additions and 7 deletions
+11 -2
View File
@@ -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;}
+2 -2
View File
@@ -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}">
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>