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

« back to all changes in this revision

Viewing changes to openstack_dashboard/static/bootstrap/css/bootstrap-responsive.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:
37
37
    width: 100%;
38
38
    min-height: 28px;
39
39
    /* Make inputs at least the height of their button counterpart */
40
 
  
 
40
 
41
41
    /* Makes inputs behave like true block-level elements */
42
 
  
 
42
 
43
43
    -webkit-box-sizing: border-box;
44
44
    /* Older Webkit */
45
 
  
 
45
 
46
46
    -moz-box-sizing: border-box;
47
47
    /* Older FF */
48
 
  
 
48
 
49
49
    -ms-box-sizing: border-box;
50
50
    /* IE8 */
51
 
  
 
51
 
52
52
    box-sizing: border-box;
53
53
    /* CSS3 spec*/
54
 
  
 
54
 
55
55
  }
56
56
  .input-prepend input[class*="span"], .input-append input[class*="span"] {
57
57
    width: auto;