~devcamcar/horizon/remove-adminclient

« back to all changes in this revision

Viewing changes to media/dashboard/css/openstack.css

  • Committer: Devin Carlen
  • Date: 2011-02-01 19:21:40 UTC
  • mfrom: (7.3.2 ie-fixes)
  • Revision ID: devin.carlen@gmail.com-20110201192140-cf1r66hnx33kflky
MergedĀ lp:~jakedahn/openstack-dashboard/ie-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
        margin-bottom: 11px;
376
376
}
377
377
 
378
 
.dash_block form select, .dash_block form textarea, .dash_block form input[type="text"] {
379
 
        width: 265px;
380
 
}
381
 
 
382
 
.dash_block form input[type="submit"] {
383
 
        float: right;
384
 
        margin-right: 16px;
385
 
}
386
 
 
387
 
 
388
378
/* Tables */
389
379
 
390
380
#content table {
537
527
        font-size: 10px;
538
528
        margin-left: -45px;
539
529
        color: #579aff;
540
 
        margin-top: -30px;
 
530
        margin-top: -25px;
541
531
}
542
532
 
543
533
#edit_image_link:hover {
722
712
}
723
713
 
724
714
/* forms */
725
 
.dash_block input[type="text"] {
 
715
.dash_block form textarea, .dash_block form input[type="text"] {
726
716
        padding: 5px;
727
 
        width: 264px;
 
717
        width: 250px;
 
718
}
 
719
.dash_block form select { width: 264px;}
 
720
.dash_block form input[type="submit"] {
 
721
        float: right;
 
722
        margin-right: 23px;
 
723
        margin-top: 15px;
728
724
}
729
725
 
730
726
.dash_block input.create, .dash_block input.attach {
748
744
        padding: 5px;
749
745
        margin-bottom: 5px;
750
746
}
 
747
 
 
748
form.edit_instance input[type="submit"], form.edit_image input[type="submit"] {
 
749
  margin-right: 4px;
 
750
}
 
 
b'\\ No newline at end of file'