~webapps/ubuntu-html5-theme/16.04

« back to all changes in this revision

Viewing changes to ambiance/css/toggles.css

  • Committer: Adnane Belmadiaf
  • Date: 2013-06-12 21:34:13 UTC
  • Revision ID: daker@ubuntu.com-20130612213413-m8g05twrz9cmyu8h
Fixed ListeItems CSS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
label:not([for])  {
2
2
    display: inline-block;
3
3
    vertical-align: middle;
4
 
    width: 5rem;
5
 
    height: 5rem;
 
4
    width: 4.5rem;
 
5
    height: 2.2rem;
6
6
    position: relative;
7
7
    background: none;
8
8
}
53
53
    position: absolute;
54
54
    left: 50%;
55
55
    top: 50%;
56
 
    margin: -1.1rem 0 0 -2.7rem;
 
56
    margin: -1.1rem 0 0 -2.3rem;
57
57
    width: 4.5rem;
58
58
    height: 2.2rem;
59
59
    pointer-events: none;