Ignore:
Timestamp:
08/02/11 11:58:29 (14 years ago)
Author:
fpvanagthoven
Message:

Start at SessionCreationTool?.

File:
1 edited

Legend:

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

    r61 r64  
    126126
    127127.creation {
     128    position: relative;
    128129    min-height: 10em;
    129130    background-image: url('../images/bg/graygradient.png');
     
    145146
    146147#surveyTitle {
     148
     149}
     150
     151#surveyTitle:hover {
     152
     153}
     154
     155.titleBox {
    147156    width: 17em;
    148157    font-size: large;
     
    150159}
    151160
    152 #surveyTitle:hover {
     161.titleBox:hover {
    153162    color: black;
    154163}
    155164
    156165#surveyDescription {
     166
     167}
     168
     169.descriptionBox {
    157170    display: block;
    158171    width: 30em;
     
    309322/* ##################################################################
    310323   ===================== STYLESHEET OF GLORY ======================== */
     324.padding2em {
     325    padding: 2em;
     326}
    311327
    312328.topMargin {
     
    316332.leftPadding {
    317333    padding-left: 2em;
     334}
     335
     336.leftPadding1 {
     337    padding-left: 1em;
    318338}
    319339
     
    332352}
    333353
     354.nextLine {
     355    display: block;
     356}
     357
     358.leftAlign {
     359    text-align: left;
     360}
     361
    334362/* ##################################################################
    335363   ===================== STYLESHEET OF GLORY ======================== */
     
    361389    font-size: small;
    362390}
     391
     392/* ##################################################################
     393   ===================== STYLESHEET OF GLORY ======================== */
     394#pipelineHead {
     395    margin-top: 1em;
     396    text-shadow: #fff 0px 0px 1px;
     397}
     398
     399#pipeline {
     400
     401}
     402
     403.pipelineButton {
     404    width: 15em;
     405}
     406
     407#makeSessionButton {
     408    position: absolute;
     409    top: 2.3em;
     410    right: 2.3em;
     411    padding-left: 1em;
     412    padding-right: 1em;
     413}
Note: See TracChangeset for help on using the changeset viewer.