[Openupload-svn-update] SF.net SVN: openupload:[113] trunk/www/templates/default/main.css
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-11-06 12:09:16
|
Revision: 113
http://openupload.svn.sourceforge.net/openupload/?rev=113&view=rev
Author: tsdogs
Date: 2008-11-06 12:09:04 +0000 (Thu, 06 Nov 2008)
Log Message:
-----------
update to better work with IE / Firefox
Modified Paths:
--------------
trunk/www/templates/default/main.css
Modified: trunk/www/templates/default/main.css
===================================================================
--- trunk/www/templates/default/main.css 2008-11-06 11:20:52 UTC (rev 112)
+++ trunk/www/templates/default/main.css 2008-11-06 12:09:04 UTC (rev 113)
@@ -1,7 +1,8 @@
body {
- font-family: Helvetica, Arial;
+ font-family: Arial,Helvetica;
font-size: 10pt;
margin: auto;
+ text-align: center;
}
#logo {
float:left;
@@ -32,6 +33,7 @@
padding-left: 8px;
border-right: 1px solid #000000;
}
+
#title {
background-color: #3161cf;
color: #ffffff;
@@ -41,6 +43,7 @@
padding-left: 160px;
padding-top: 3px;
padding-bottom:3px;
+ text-align: left;
}
#menu {
bottom: 0px;
@@ -61,15 +64,23 @@
#wrapper {
clear: both;
margin: 0 auto;
- text-align: center;
- padding-top: 50px;
- overflow: auto;
+ display: inline-block;
+ padding-top: 5px;
+ padding-bottom: 20px;
+ height: -200px;
}
#content {
- margin: 0 auto;
- display: inline-block;
- text-align: left;
+ display: table;
+ text-align: center;
+ padding: 10px;
+ padding-top: 20px;
}
+#upload {
+ display: table-cell;
+ width: 500px;
+ text-align: left;
+ padding-top: 20px;
+}
#uploadbutton {
text-align: center;
margin: 0 auto;
@@ -136,7 +147,7 @@
}
fieldset {
border: 1px solid #2d55b4;
- width: 30em
+ width: 25em
}
legend {
color: #ffffff;
@@ -178,4 +189,20 @@
background-color: #ededed;
text-align: center;
vertical-align: middle;
+}
+#message {
+ text-align: left;
+}
+#error {
+ color: #ff0000;
+ font-weight: bold;
+ text-align: left;
+}
+#toolbar {
+ display: block;
+ text-align: left;
+}
+
+td {
+ font-size: 10pt;
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|