Changeset 5639


Ignore:
Timestamp:
09/16/14 09:05:02 (10 years ago)
Author:
Twan Goosen
Message:

Styling of base page and collections filter tweaked for mobile
Refs #631

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/BasePage.html

    r5619 r5639  
    77        <title>CLARIN Virtual Collection Registry</title>
    88        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    9 
     9        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    1010        <!-- Bootstrap styles required for CLARIN style to work properly -->
    1111        <link rel="stylesheet" type="text/css" href="//infra.clarin.eu/content/libs/bootstrap-3.2.0-dist/css/bootstrap.min.css" />
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/_filterform.scss

    r5572 r5639  
    2020    margin: 0;
    2121    padding: 0;
     22
     23    fieldset {
     24        padding: 0;
     25        margin: 0;
     26        border: none;
     27    }
     28
     29    div.optional {
     30        margin-bottom: 4px;
     31    }
     32   
     33    select {
     34        width: 20%;
     35        min-width: 8em;
     36    }
     37
     38    input[type=text] {
     39        width: 40%;
     40    }
     41
    2242}
    23 
    24 form.filterForm fieldset {
    25     padding: 0;
    26     margin: 0;
    27     border: none;
    28 }
    29 
    30 form.filterForm div.optional {
    31     margin-bottom: 4px;
    32 }
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/_wizard.scss

    r5578 r5639  
    4646    padding: 0;
    4747    font-size: 100%;
    48     width: 978px;
    49     min-width: 978px;
     48    width: 100%;
    5049}
    5150
     
    138137        display: block;
    139138        float: left;
    140         width: 140px;
     139        width: 15%;
     140        min-width: 7em;
    141141        padding: 3px 10px;
    142142        margin: 0 0 5px 0;
    143143        text-align: right;
    144144        font-weight: normal;
     145    }
     146
     147    div input {
     148        box-sizing:border-box;
     149        -moz-box-sizing:border-box;
    145150    }
    146151
Note: See TracChangeset for help on using the changeset viewer.