Changeset 104 for Dev/trunk/css


Ignore:
Timestamp:
09/14/11 14:56:19 (14 years ago)
Author:
fpvanagthoven
Message:

Revised layout questioncreation.php

File:
1 edited

Legend:

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

    r103 r104  
    3333
    3434label {
     35    font-size: small;
     36    font-weight: bold;
     37    color: #333;
    3538    text-shadow: #fff 0px 0px 1px;
    3639}
     
    290293}
    291294
    292 label {
    293     font-size: small;
    294     font-weight: bold;
    295     color: #555;
    296 }
    297 
    298295
    299296
     
    368365}
    369366
     367.leftMargin {
     368    margin-left: 10px;
     369}
     370
    370371.width100p {
    371372    width: 100%;
     373}
     374
     375.floatLeft {
     376    float: left;
    372377}
    373378
     
    427432/* ##################################################################
    428433   ===================== STYLESHEET OF GLORY ======================== */
     434
     435#questionEditForm {
     436
     437}
     438
     439#saveQuestion {
     440    position: absolute;
     441    top: 1em;
     442    right: 1em;
     443}
     444
     445/* ##################################################################
     446   ===================== STYLESHEET OF GLORY ======================== */
    429447#sessionCreationForm {
    430448    padding-bottom: 16em;
     
    493511/* ##################################################################
    494512   ===================== STYLESHEET OF GLORY ======================== */
     513#questionCreation
     514{
     515    position: relative;
     516    min-height: 10em;
     517    min-width: 500px;
     518    width: 50%;
     519    background-image: url('../images/bg/graygradient.png');
     520    background-repeat: repeat-x;
     521    background-color: #aeb2b3;
     522    -moz-border-radius: 15px;
     523    border-radius: 15px;
     524    -moz-box-shadow: 2px 2px 2px #888;
     525    -webkit-box-shadow: 2px 2px 2px #888;
     526    box-shadow: 2px 2px 2px #888;
     527    padding: 2em;
     528    border: 1px solid white;
     529}
     530
    495531#questionListWrapper {
     532    float: left;
    496533    text-align: center;
    497     margin-bottom: 2em;
     534    margin-bottom: 5em;
     535    width: 40%;
     536    margin-right: 2em;
    498537}
    499538
    500539#questionListWrapper #questionsList {
    501     width: 80%;
    502     min-width: 800px;
    503540    height: 30em;
     541    width: 100%;
    504542}
    505543
Note: See TracChangeset for help on using the changeset viewer.