Changeset 2057


Ignore:
Timestamp:
Oct 13, 2011, 2:36:03 PM (12 years ago)
Author:
tjeerd@…
Message:

Larger interface visualization

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/visualize/index.gsp

    r2055 r2057  
    5353                        <p class="info">Select a study from the list below.</p>
    5454                        <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();"/>
    5656                        </p>
    5757                    </div>
  • trunk/web-app/css/visualization.css

    r2055 r2057  
    5252#message_container {
    5353    position: relative;
    54     min-width: 300px;
     54    width: 100%;
    5555}
    5656
     
    9797#menu_container {
    9898    float: left;
    99     width : 19%;
     99    width : 24%;
    100100    margin: 0% 0% 0% 0.5%;
    101101}
     
    110110    background-color: white;
    111111    min-height: 60px;
    112     font-size: 10px;
     112    font-size: 11px;
    113113}
    114114
     
    141141    position: relative;
    142142    display: block;
    143     width: 79.5%;
     143    width: 74.5%;
    144144    min-height: 500px;
    145145    padding: 0px;
    146146    margin-top: 5px;
    147     margin-left: 20%;
     147    margin-left: 25%;
    148148    border: #006dba solid 1px;
    149149    background-color: white;
     
    152152.menu_item select {
    153153    width: 100%;
    154     font-size: 10px;
     154    font-size: 12px;
    155155}
    156156
     
    170170    background-color: #D0DEF0;
    171171    border-bottom: #006dba solid 1px;
     172    margin-top: 5px;
    172173    padding-top: 5px;
    173174    height: 25px;
     
    205206
    206207.formulier {
    207     font-size: 10px;
     208    width: 300px;
     209    font-size: 11px;
    208210    position: absolute;
    209211    top: 21px;
     
    219221.formulier select {
    220222    width: 100%;
    221     font-size: 10px;
     223    font-size: 12px;
    222224}
    223225
     
    231233}
    232234
    233 #menu_advanced .formulier {
    234     width: 300px;
    235 }
    236 
    237235.menu_seperator {
    238236    background-position: center center;
    239237    background-repeat: no-repeat;
     238    padding-bottom: 5px;
    240239    width: 4px;
    241240    overflow: hidden;
Note: See TracChangeset for help on using the changeset viewer.