diff options
author | Robin <robin@Amaya.(none)> | 2010-04-12 14:31:22 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-12 14:31:22 +0200 |
commit | 48341b082609b8198046afe3d8d799cf2c2abd38 (patch) | |
tree | 6dfd475263d25b90b2b61903799351fddf3c5ec7 /css | |
parent | 2e39fba305bccff05b715f8ee2aaee9d1525185d (diff) | |
download | nextcloud-server-48341b082609b8198046afe3d8d799cf2c2abd38.tar.gz nextcloud-server-48341b082609b8198046afe3d8d799cf2c2abd38.zip |
visual changes
Diffstat (limited to 'css')
-rwxr-xr-x | css/default.php | 38 |
1 files changed, 29 insertions, 9 deletions
diff --git a/css/default.php b/css/default.php index 93089b9d616..c3c380cf151 100755 --- a/css/default.php +++ b/css/default.php @@ -9,21 +9,31 @@ html,body { width:100%; position:absolute; } -#mainlayout, #mainlayout>tbody{ +#mainlayout{ width:100%; height:100%; } -#mainlayout .head{ +#mainlayout>div{ + position:absolute; + width:100%; + left:0px; +} + +#mainlayout>.head{ height:175px; + top:0px; } -#mainlayout .body{ +#mainlayout>.body{ vertical-align:top; + top:175px; + bottom:75px; } -#mainlayout .foot{ +#mainlayout>.foot{ height:75px; + bottom:0px; } body.error {background-color: #F0F0F0;} @@ -55,6 +65,8 @@ div#nav { background-color: #EEEEEE; padding:0px; margin:0px; + position:absolute; + bottom:0px; } a#owncloud-logo { @@ -80,7 +92,7 @@ a#owncloud-logo span { } .footer {color:#999999; text-align:center; font-size:9pt; margin-top:4em;} .footer a {color:#999999; text-decoration:none;} -.hint {color:#AAAAAA; text-align:center; font-size:8pt; margin-top:4em; margin-bottom:2em;} +.hint {color:#AAAAAA; text-align:center; font-size:8pt; margin-top:10px;} .hint a{color:#AAAAAA; text-align:center; font-size:8pt;} .formstyle { @@ -165,6 +177,7 @@ a#owncloud-logo span { position:absolute; top:0px; left:0px; + overflow:hidden; /*do not use display:none here, it breaks iframes in some browsers*/ } @@ -217,6 +230,8 @@ tr.breadcrumb{ } #content, div.browser{ + vertical-align:top; + /*min-height:200px;*/ height:100%; } @@ -248,19 +263,20 @@ span.upload{ } table.browser>tbody{ - height:100%; vertical-align:top; } table.browser>tbody>tr>td, table.browser>tbody>tr{ padding:0px; - height:100%; + /*height:100%;*/ } div.fileList{ width:800px; overflow:auto; vertical-align:top; + height:100%; + min-height:200px; top:0px; } @@ -271,8 +287,8 @@ div.fileList table{ thead td, tfoot td{ padding-left:6px; - padding-top:2px; - padding-bottom:2px; + padding-top:0px; + padding-bottom:0px; } #imageframe{ @@ -292,4 +308,8 @@ thead td, tfoot td{ max-width:90%; margin:10px; border: black solid 3px; +} + +tr.hint, tr.hint td{ + background:transparent; }
\ No newline at end of file |