Ignore:
Timestamp:
01/13/12 11:30:11 (13 years ago)
Author:
jkraaijeveld
Message:

Made most functionality from the demo branch work with new database.

File:
1 edited

Legend:

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

    r226 r230  
    1818html {
    1919    background-image: url('../images/bg/blueishgridblock.png');
     20    /*background-image: url('../images/icons/nyan.gif');*/
    2021    height: 100%;
    2122    font-size: 12px;
     
    2728    min-width: 800px;
    2829    margin: 0 auto;
     30    clear:both;
    2931}
    3032
     
    3335    position: relative;
    3436    padding: 2em 0;
     37}
     38
     39#logo {
     40    float: left;
     41    width:250px;
     42    margin: 0 0 10px 0;
     43    padding: 10px 40px;
     44    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     45    background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     46    background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     47    background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     48    background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     49
     50    background-image: -webkit-gradient(
     51        linear,
     52        left top,
     53        left bottom,
     54        color-stop(0.21, #B0B0B0),
     55        color-stop(0.8, #888888)
     56        );
     57    background-position: bottom;
     58    background-repeat: repeat-x;
     59    border: 1px solid #FFF;
     60    border-top-style: none;
     61}
     62
     63#logo #logoImage {
     64    color: #FFF;
     65    margin: 0;
     66    padding: 0;
     67    font: bold 22px Arial;
     68}
     69
     70#logo #logoControls {
     71    border-top: 1px solid #555;
     72    font: 12px Arial;
     73    color: #555;
     74    text-align: right;
     75    width: auto;
     76}
     77
     78#logoControls a {
     79    color: #FFF;
     80    font: bold 12px arial;
     81    text-decoration: none;
     82    text-align: right;
    3583}
    3684
     
    67115    border-radius: 1em;
    68116    -moz-border-radius: 1em;
     117}
     118
     119.largeFrame .content {
     120    clear: left;
    69121}
    70122
     
    108160}
    109161
     162.largeFrame.side {
     163    clear: none;
     164    margin: 0 10px;
     165}
     166
     167.largeFrame.side .innerLargeFrame {
     168    width: 400px;
     169    height: 400px;
     170}
     171
    110172.smallFrame {
    111173    margin: 0.5em auto;
     
    194256
    195257.bigButton.vertical {
    196     width: 2em;
     258    margin: 0.25em;
     259    text-align: center;
     260    min-width: 7em;
     261    max-width: 12em;
    197262    height: 2em;
    198263    font-size: 20px;
     
    212277    cursor: default;
    213278}
     279
     280.bigButton.icon
    214281
    215282.bigButton:hover {
     
    250317}
    251318
    252 /********************/
    253 /* DD MENU SPECIFIC */
    254 /********************/
    255 
    256 #btnAddMenu {
    257     margin: 0;
    258     padding: 5px;
    259     background: #5970B2;
    260     font: bold 16px arial;
    261     color: #FFF;
    262     float: left;
    263 }
    264 
    265 #btnAddMenu.down {
    266     background: #334167;
    267 }
    268 
    269 #creationMenu {
    270     margin: 0;
    271     padding: 0;
    272     z-index: 30;
    273     visibility: hidden;
    274     float: left;
    275 }
    276 
    277 #creationMenu li {
    278     margin: 0;
    279     padding: 0;
    280     list-style: none;
    281     float: left;
    282     clear: left;
    283     font: bold 11px arial;
    284 }
    285 
    286 #creationMenu li a img {
    287     float: left;
    288     clear: left;
    289 }
    290 
    291 #creationMenu li a {
    292     display: block;
    293     float: left;
    294     margin: 0 1px 0 0;
    295     padding: 4px 10px;
    296     width: 100px;
    297     background: #5970B2;
    298     color: #FFF;
    299     text-align: center;
    300     text-decoration: none;
    301 }
    302 
    303 #creationMenu li a:hover {
    304     background: #49A3FF;
    305 }
    306 
    307 #creationMenu div {
    308     position: absolute;
    309     visibility: hidden;
    310     margin: 0;
    311     padding: 0;
    312     background: #eaebd8;
    313     border: 1px solid #5970B2;
    314 }
    315 
    316 #creationMenu div a{
    317     position: relative;
    318     float: left;
    319     display: block;
    320     clear: left;
    321     margin: 0;
    322     padding: 5px 10px 5px 10px;
    323     width: 75px;
    324     white-space: nowrap;
    325     text-align: left;
    326     text-decoration: none;
    327     background: #eaebd8;
    328     color: #2875DE;
    329     font: 11px arial;
    330 }
    331 
    332 #creationMenu div a:hover {
    333     background: #49a3ff;
    334     color: #fff;
    335 }
    336319
    337320/****************************/
     
    506489}
    507490
    508 /****************************/
    509 /* Question editor specific */
    510 /****************************/
    511 
    512 .questionParamField {
    513     float: left;
    514 }
    515 
    516 .questionParamLabel {
    517     float: left;
    518     width: 100px;
    519 }
    520 
    521 .questionParamLabel.lAlign {
    522     clear: left;
    523 }
    524 
    525 .questionParamLabel.rAlign {
    526     clear: right;
    527 }
    528 
    529 .qBodyTextField {
    530     resize: none;
    531     width: 595px;
    532 }
     491/**************************/
     492/* Survey Editor Specific */
     493/**************************/
     494
     495#leftColumn {
     496    float: left;
     497    clear: left;
     498}
     499
     500#rightColumn {
     501    float: left;
     502    clear: none;
     503}
     504
     505.largeFrame.C{
     506    clear: left;
     507    margin: 10px;
     508    padding: 5px;
     509
     510    height: auto;
     511    max-height: 400px;
     512}
     513
     514.largeFrame.Cu{
     515    clear: left;
     516    margin: 10px;
     517    padding: 5px;
     518    width: 640px;
     519}
     520
     521.largeFrame.Cv {
     522    clear: left;
     523    margin: 10px;
     524    padding: 5px;
     525    width: 200px;
     526}
     527
     528.checkboxList {
     529    overflow-y: scroll;
     530    overflow-x: hidden;
     531    clear: left;
     532    width: auto;
     533    height: 250px;
     534    background-color: #FFF;
     535    border-width: 2px;
     536    border-style: solid;
     537    border-bottom-color: #AAA;
     538    border-top-color: #555;
     539    border-right-color: #AAA;
     540    border-left-color: #555;
     541}
     542
     543.dbDataList {
     544    width: 300px;
     545    float: left;
     546    clear: left;
     547    margin: 0 10px 0 10px;
     548}
     549
     550#dbShoppingCart .content {
     551    height: 415px;
     552}
     553
     554/*******************/
     555/* DDMenu specific */
     556/*******************/
     557
     558#toolboxMenu li .bigButton.toolbox div {
     559    position: absolute;
     560    visibility: hidden;
     561    margin: 0;
     562    padding: 0;
     563    border: 1px solid #555;
     564    background: #eaebd8;
     565}
     566
     567#toolboxMenu li .bigButton.toolbox div a {
     568    position: relative;
     569    float: left;
     570    clear: left;
     571    margin: 0;
     572    padding: 5px 10px;
     573    width: 75px;
     574    white-space: nowrap;
     575    text-align: left;
     576    text-decoration: none;
     577    color: #2875de;
     578    font: 11px arial;
     579}
     580
     581#toolboxMenu li .bigButton.toolbox div a:hover {
     582    background: #49a3ff;
     583    color: #fff;
     584}
Note: See TracChangeset for help on using the changeset viewer.