~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to openstack_dashboard/static/dashboard/css/style.css

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120309115022-ymiww5i58rbg97my
Tags: 2012.1~rc1~20120308.1479-0ubuntu1
* New upstream version.
* debian/rules: Fix symlink when installing horizon.
  (LP: #947118)
* debian/control: Add python-django-nose as a dep. (LP: #944235)
* debian/control: Fix broken depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
    margin-bottom: 0;
344
344
}
345
345
 
 
346
.alert-block p {
 
347
  overflow: hidden;
 
348
  word-wrap: break-word;
 
349
}
 
350
 
346
351
.alert-block p:last-child {
347
352
  margin-bottom: 0;
348
353
}
812
817
 
813
818
form div.clearfix.error {
814
819
  width: 330px;
815
 
  padding: 10px 10px;
816
820
}
817
821
 
818
822
/* Region selector in header */
909
913
  float: left;
910
914
  margin-right: 50px;
911
915
}
 
916
 
 
917
.error .help-inline {
 
918
        background: #efdfdf;
 
919
        border: 1px solid #ead5d8;
 
920
        padding: 10px;
 
921
        display: block;
 
922
        width: 304px;
 
923
}