All Core Styles from em->px, apart from styles.css

This commit is contained in:
raghunayyar 2013-10-07 00:01:29 +05:30
parent cf84154ee0
commit 4687d2dd0b
4 changed files with 27 additions and 27 deletions

View File

@ -1,7 +1,7 @@
h2 {
font-size:2em;
font-size:32px;
font-weight:700;
margin-bottom:1em;
margin-bottom:16px;
white-space:nowrap;
}
@ -18,8 +18,8 @@ h2 img {
}
#oauth {
width:20em;
margin:4em auto 2em;
width:320px;
margin:64px auto 32px;
}
#allow-auth {
@ -33,7 +33,7 @@ h2 img {
background:none;
border:0;
box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
font-size:1.2em;
margin:.7em;
font-size:19px;
margin:11px;
padding:0;
}

View File

@ -4,7 +4,7 @@
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }
.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul { font-size:15px }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }

View File

@ -7,7 +7,7 @@ ul.multiselectoptions {
border: 1px solid #ddd;
border-top: none;
box-shadow: 0 1px 1px #ddd;
padding-top: .5em;
padding-top: 8px;
position: absolute;
max-height: 20em;
overflow-y: auto;
@ -15,8 +15,8 @@ ul.multiselectoptions {
}
ul.multiselectoptions.down {
border-bottom-left-radius: .5em;
border-bottom-right-radius: .5em;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%; /* do not cut off group names */
-webkit-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
-moz-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
@ -24,8 +24,8 @@ ul.multiselectoptions.down {
}
ul.multiselectoptions.up {
border-top-left-radius: .5em;
border-top-right-radius: .5em;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
ul.multiselectoptions>li {
@ -52,7 +52,7 @@ div.multiselect {
display: inline-block;
max-width: 400px;
min-width: 150px;
padding-right: .6em;
padding-right: 10px;
position: relative;
vertical-align: bottom;
}
@ -77,7 +77,7 @@ div.multiselect.down {
div.multiselect>span:first-child {
float: left;
margin-right: 2em;
margin-right: 32px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
@ -85,12 +85,12 @@ div.multiselect>span:first-child {
div.multiselect>span:last-child {
position: absolute;
right: .8em;
right: 13px;
}
ul.multiselectoptions input.new {
padding-bottom: .2em;
padding-top: .2em;
padding-bottom: 3px;
padding-top: 3px;
margin: 0;
}

View File

@ -8,21 +8,21 @@
border-bottom-right-radius: 5px;
box-shadow:0 1px 1px #777;
display:block;
margin-right:7em;
margin-right:112px;
position:absolute;
right:0;
width:25em;
width:400px;
z-index:500;
padding:1em;
padding:16px;
}
#shareWithList {
list-style-type:none;
padding:.5em;
padding:8px;
}
#shareWithList li {
padding-top:.1em;
padding-top:2px;
}
#shareWithList li:first-child {
@ -42,7 +42,7 @@
}
#dropdown input[type="checkbox"] {
margin:0 .2em 0 .5em;
margin:0 3px 0 8px;
}
a.showCruds {
@ -54,13 +54,13 @@ a.unshare {
display:inline;
float:right;
opacity:.5;
padding:.3em 0 0 .3em !important;
padding:5px 0 0 5px !important;
margin-top:-5px;
}
#link {
border-top:1px solid #ddd;
padding-top:.5em;
padding-top:8px;
}
#dropdown input[type="text"],#dropdown input[type="password"] {
@ -78,12 +78,12 @@ a.unshare {
}
#link #showPassword img {
padding-left:.3em;
padding-left:5px;
width:12px;
}
.reshare,#link label,#expiration label {
padding-left:.5em;
padding-left:8px;
}
a.showCruds:hover,a.unshare:hover {