Changeset 65 for Dev/trunk/css


Ignore:
Timestamp:
08/02/11 14:13:36 (14 years ago)
Author:
fpvanagthoven
Message:

Register correct stylesheet. SessionCreationTool? adjusted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/css/awesome.css

    r64 r65  
    360360}
    361361
     362.width100p {
     363    width: 100%;
     364}
     365
    362366/* ##################################################################
    363367   ===================== STYLESHEET OF GLORY ======================== */
     
    392396/* ##################################################################
    393397   ===================== STYLESHEET OF GLORY ======================== */
    394 #pipelineHead {
     398#sessionCreationForm {
     399    padding-bottom: 10em;
     400}
     401
     402#pipelineWrapper {
     403    float: left;
     404    width: 40%;
     405}
     406
     407.pipelineHead {
    395408    margin-top: 1em;
    396409    text-shadow: #fff 0px 0px 1px;
     
    398411
    399412#pipeline {
    400 
     413    display: block;
     414    width: 100%;
     415    overflow: hidden;
    401416}
    402417
     
    412427    padding-right: 1em;
    413428}
     429
     430#surveysApplicationsWrapper {
     431    float: left;
     432    width: 60%;
     433}
     434
     435#surveysForPipelineWrapper {
     436    float: left;
     437    width: 50%;
     438}
     439
     440#applicationsForPipelineWrapper {
     441    float: left;
     442    width: 50%;
     443}
Note: See TracChangeset for help on using the changeset viewer.