Mercurial > hg > ChinaGisRestApi
view gis_gui/lib/blocks.css @ 253:d6c7bedf4370
New reload button active in upper right corner of block
author | fknauft |
---|---|
date | Fri, 23 Sep 2011 13:11:46 +0200 |
parents | fcb7876178d1 |
children |
line wrap: on
line source
body { background-color: #eee; font-family:arial, sans serif; } #rail { width:900px; min-height:100%; margin:0px auto; background-color:#bbb; } #moduleslot { width:1000px; margin:-50px; margin-top:10px; } div.block { border: 1px solid black; padding: 0px; background-color: #ffffff; margin: 0px; margin-bottom:10px; margin-top:10px; } div.block div.titlebar { margin:0px; margin-bottom:3px; padding: 2px; /*width: 800px;*/ height: 30px; background-color:#bbbbff; text-align: center; } div.block div.titlebar h1 { font-size:18px; padding-top: 10px; padding-bottom: 10px; margin:0px; } div.block div.body { } div.block div.body div.menu { margin:0px; margin-bottom:15px; padding:0px; background-color: #ccccff; height:25px; } div.block div.body div.content { overflow:hidden; min-height:120px; padding:0px; whitespace: nowrap; } div.content h1 { padding:8px; } div.subscreen { /* display: block; width: 1000px; height: 400px;*/ /*position: relative; */ margin:0px; /* border: 1px solid black;*/ float:left; } .folded div.body { } .folded div.titlebar { color: #666; background-color: #aaaadd !important; } div.close_button { border: 3px solid black; width: 20px; height:20px; float:right; position:relative; top:-35px; left:-20px; } div.reload_button { border: 3px solid black; width: 20px; height:20px; float:right; position:relative; top:-35px; left:-20px; } div.type_icon { color:white; border: 3px solid white; width: 20px; height:20px; float:left; position:relative; top:-35px; left:20px; } div.head { border: 1px solid black; background-color: #fff; text-align: center; height:50px; padding:10px; margin-left:-50px; margin-right:-50px; } div.intro { border: 1px solid black; background-color: #fff; text-align: center; font-size: 14px; align: center; height:1000px; padding:10px; margin-left:0px; margin-right:0px; } div.intro div.left_block { margin:3px; padding: 2px; position: relative; left: 45px; width: 400px; height: 150px; background-color:#bbbbff; text-align: center; } div.intro div.right_block { margin:3px; padding: 2px; position: relative; left: 530px; top: -157px; width: 400px; height: 150px; background-color:#bbbbff; text-align: center; margin-bottom: -120px; } #login { background-color: #ffcccc; width: 280px; float:right; padding:10px; text-align:center; } h5 { margin-top: 30px; clear:both; } a:visited { color: blue; }