Changeset 2057
- Timestamp:
- Oct 13, 2011, 2:36:03 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/visualize/index.gsp
r2055 r2057 53 53 <p class="info">Select a study from the list below.</p> 54 54 <p> 55 <g:select from="${studies}" size=" 4" optionKey="id" optionValue="title" name="study" onChange="changeStudy();"/>55 <g:select from="${studies}" size="10" optionKey="id" optionValue="title" name="study" onChange="changeStudy();"/> 56 56 </p> 57 57 </div> -
trunk/web-app/css/visualization.css
r2055 r2057 52 52 #message_container { 53 53 position: relative; 54 min-width: 300px;54 width: 100%; 55 55 } 56 56 … … 97 97 #menu_container { 98 98 float: left; 99 width : 19%;99 width : 24%; 100 100 margin: 0% 0% 0% 0.5%; 101 101 } … … 110 110 background-color: white; 111 111 min-height: 60px; 112 font-size: 1 0px;112 font-size: 11px; 113 113 } 114 114 … … 141 141 position: relative; 142 142 display: block; 143 width: 7 9.5%;143 width: 74.5%; 144 144 min-height: 500px; 145 145 padding: 0px; 146 146 margin-top: 5px; 147 margin-left: 2 0%;147 margin-left: 25%; 148 148 border: #006dba solid 1px; 149 149 background-color: white; … … 152 152 .menu_item select { 153 153 width: 100%; 154 font-size: 1 0px;154 font-size: 12px; 155 155 } 156 156 … … 170 170 background-color: #D0DEF0; 171 171 border-bottom: #006dba solid 1px; 172 margin-top: 5px; 172 173 padding-top: 5px; 173 174 height: 25px; … … 205 206 206 207 .formulier { 207 font-size: 10px; 208 width: 300px; 209 font-size: 11px; 208 210 position: absolute; 209 211 top: 21px; … … 219 221 .formulier select { 220 222 width: 100%; 221 font-size: 1 0px;223 font-size: 12px; 222 224 } 223 225 … … 231 233 } 232 234 233 #menu_advanced .formulier {234 width: 300px;235 }236 237 235 .menu_seperator { 238 236 background-position: center center; 239 237 background-repeat: no-repeat; 238 padding-bottom: 5px; 240 239 width: 4px; 241 240 overflow: hidden;
Note: See TracChangeset
for help on using the changeset viewer.