comparison gis_gui/lib/blocks.css @ 248:fcb7876178d1

Reload-Button
author fknauft
date Fri, 16 Sep 2011 10:59:10 +0200
parents f97c3bdd9818
children
comparison
equal deleted inserted replaced
247:47bba001d718 248:fcb7876178d1
30 margin:0px; 30 margin:0px;
31 margin-bottom:3px; 31 margin-bottom:3px;
32 padding: 2px; 32 padding: 2px;
33 33
34 /*width: 800px;*/ 34 /*width: 800px;*/
35 height: 40px; 35 height: 30px;
36 36
37 background-color:#bbbbff; 37 background-color:#bbbbff;
38 text-align: center; 38 text-align: center;
39 } 39 }
40 40
53 div.block div.body div.menu { 53 div.block div.body div.menu {
54 margin:0px; 54 margin:0px;
55 margin-bottom:15px; 55 margin-bottom:15px;
56 padding:0px; 56 padding:0px;
57 background-color: #ccccff; 57 background-color: #ccccff;
58 height:20px; 58 height:25px;
59 } 59 }
60 60
61 div.block div.body div.content { 61 div.block div.body div.content {
62 overflow:hidden; 62 overflow:hidden;
63 min-height:120px; 63 min-height:120px;
96 width: 20px; 96 width: 20px;
97 height:20px; 97 height:20px;
98 float:right; 98 float:right;
99 99
100 position:relative; 100 position:relative;
101 top:-40px; 101 top:-35px;
102 left:-20px;
103 }
104
105 div.reload_button {
106 border: 3px solid black;
107 width: 20px;
108 height:20px;
109 float:right;
110
111 position:relative;
112 top:-35px;
102 left:-20px; 113 left:-20px;
103 } 114 }
104 115
105 div.type_icon { 116 div.type_icon {
106 color:white; 117 color:white;
108 width: 20px; 119 width: 20px;
109 height:20px; 120 height:20px;
110 float:left; 121 float:left;
111 122
112 position:relative; 123 position:relative;
113 top:-40px; 124 top:-35px;
114 left:20px; 125 left:20px;
115 } 126 }
116 127
117 128
118 div.head { 129 div.head {