aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/default.css
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-03-31 17:26:31 +0000
committergweltas <gweltas@piwigo.org>2004-03-31 17:26:31 +0000
commitb531871f125265596ee9a7c550fdd3f4bfd0d19e (patch)
tree08150726aff1c31a32b5bb92f8a4d0df15c14a56 /template/default/default.css
parentd90e90dd4a98c8bb70c83e5d0a351b27c0e2283b (diff)
- Category upload admin control panel
git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r--template/default/default.css32
1 files changed, 5 insertions, 27 deletions
diff --git a/template/default/default.css b/template/default/default.css
index 704add92a..fdf1d576f 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -221,7 +221,7 @@ form{
margin-top:10px;
}
-input,select {
+input,select,textarea {
text-indent:2px;
background-color:#505050;
border: 1px solid #797979;
@@ -262,13 +262,11 @@ color : #FFF48E;
/* Other styles */
.info {
- color:#E0E0E0;
- background-color:#444444;
- margin-bottom:5px;
+ color:#FFF48E;
+ margin:5px 0px 5px 0px
white-space:nowrap;
- margin-left:5px;
- margin-right:5px;
- text-align:right;
+ text-align:center;
+ font-size:16px;
}
.menuInfoCat {
font-family:sans-serif;
@@ -309,23 +307,3 @@ div.information {
margin:10px;
padding:5px;
}
-
-.tableComment,.cellAuthor,.cellInfo {
- border-color:#E0E0E0;
- border-style:solid;
-}
-.tableComment {
- width:100%;
- border-width:2px;
- text-align:left;
- padding: 10px;
-}
-.cellAuthor {
- border-width:0px;
- border-right-width:1px;
- width:20%;
-}
-.cellInfo {
- border-width:0px;
- border-bottom-width:1px;
-}