Skip to content
Snippets Groups Projects
Commit 4687d2dd authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

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

parent cf84154e
No related branches found
No related tags found
No related merge requests found
h2 { h2 {
font-size:2em; font-size:32px;
font-weight:700; font-weight:700;
margin-bottom:1em; margin-bottom:16px;
white-space:nowrap; white-space:nowrap;
} }
...@@ -18,8 +18,8 @@ h2 img { ...@@ -18,8 +18,8 @@ h2 img {
} }
#oauth { #oauth {
width:20em; width:320px;
margin:4em auto 2em; margin:64px auto 32px;
} }
#allow-auth { #allow-auth {
...@@ -33,7 +33,7 @@ h2 img { ...@@ -33,7 +33,7 @@ h2 img {
background:none; background:none;
border:0; border:0;
box-shadow:0 0 0 #fff, 0 0 0 #fff inset; box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
font-size:1.2em; font-size:19px;
margin:.7em; margin:11px;
padding:0; padding:0;
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important } .ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }
.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px } .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 ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none } .ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline } .ui-multiselect-header a:hover { text-decoration:underline }
......
...@@ -7,7 +7,7 @@ ul.multiselectoptions { ...@@ -7,7 +7,7 @@ ul.multiselectoptions {
border: 1px solid #ddd; border: 1px solid #ddd;
border-top: none; border-top: none;
box-shadow: 0 1px 1px #ddd; box-shadow: 0 1px 1px #ddd;
padding-top: .5em; padding-top: 8px;
position: absolute; position: absolute;
max-height: 20em; max-height: 20em;
overflow-y: auto; overflow-y: auto;
...@@ -15,8 +15,8 @@ ul.multiselectoptions { ...@@ -15,8 +15,8 @@ ul.multiselectoptions {
} }
ul.multiselectoptions.down { ul.multiselectoptions.down {
border-bottom-left-radius: .5em; border-bottom-left-radius: 8px;
border-bottom-right-radius: .5em; border-bottom-right-radius: 8px;
width: 100%; /* do not cut off group names */ width: 100%; /* do not cut off group names */
-webkit-box-shadow: 0px 0px 20px rgba(29,45,68,.4); -webkit-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
-moz-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 { ...@@ -24,8 +24,8 @@ ul.multiselectoptions.down {
} }
ul.multiselectoptions.up { ul.multiselectoptions.up {
border-top-left-radius: .5em; border-top-left-radius: 8px;
border-top-right-radius: .5em; border-top-right-radius: 8px;
} }
ul.multiselectoptions>li { ul.multiselectoptions>li {
...@@ -52,7 +52,7 @@ div.multiselect { ...@@ -52,7 +52,7 @@ div.multiselect {
display: inline-block; display: inline-block;
max-width: 400px; max-width: 400px;
min-width: 150px; min-width: 150px;
padding-right: .6em; padding-right: 10px;
position: relative; position: relative;
vertical-align: bottom; vertical-align: bottom;
} }
...@@ -77,7 +77,7 @@ div.multiselect.down { ...@@ -77,7 +77,7 @@ div.multiselect.down {
div.multiselect>span:first-child { div.multiselect>span:first-child {
float: left; float: left;
margin-right: 2em; margin-right: 32px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 90%; width: 90%;
...@@ -85,12 +85,12 @@ div.multiselect>span:first-child { ...@@ -85,12 +85,12 @@ div.multiselect>span:first-child {
div.multiselect>span:last-child { div.multiselect>span:last-child {
position: absolute; position: absolute;
right: .8em; right: 13px;
} }
ul.multiselectoptions input.new { ul.multiselectoptions input.new {
padding-bottom: .2em; padding-bottom: 3px;
padding-top: .2em; padding-top: 3px;
margin: 0; margin: 0;
} }
......
...@@ -8,21 +8,21 @@ ...@@ -8,21 +8,21 @@
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
box-shadow:0 1px 1px #777; box-shadow:0 1px 1px #777;
display:block; display:block;
margin-right:7em; margin-right:112px;
position:absolute; position:absolute;
right:0; right:0;
width:25em; width:400px;
z-index:500; z-index:500;
padding:1em; padding:16px;
} }
#shareWithList { #shareWithList {
list-style-type:none; list-style-type:none;
padding:.5em; padding:8px;
} }
#shareWithList li { #shareWithList li {
padding-top:.1em; padding-top:2px;
} }
#shareWithList li:first-child { #shareWithList li:first-child {
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
#dropdown input[type="checkbox"] { #dropdown input[type="checkbox"] {
margin:0 .2em 0 .5em; margin:0 3px 0 8px;
} }
a.showCruds { a.showCruds {
...@@ -54,13 +54,13 @@ a.unshare { ...@@ -54,13 +54,13 @@ a.unshare {
display:inline; display:inline;
float:right; float:right;
opacity:.5; opacity:.5;
padding:.3em 0 0 .3em !important; padding:5px 0 0 5px !important;
margin-top:-5px; margin-top:-5px;
} }
#link { #link {
border-top:1px solid #ddd; border-top:1px solid #ddd;
padding-top:.5em; padding-top:8px;
} }
#dropdown input[type="text"],#dropdown input[type="password"] { #dropdown input[type="text"],#dropdown input[type="password"] {
...@@ -78,12 +78,12 @@ a.unshare { ...@@ -78,12 +78,12 @@ a.unshare {
} }
#link #showPassword img { #link #showPassword img {
padding-left:.3em; padding-left:5px;
width:12px; width:12px;
} }
.reshare,#link label,#expiration label { .reshare,#link label,#expiration label {
padding-left:.5em; padding-left:8px;
} }
a.showCruds:hover,a.unshare:hover { a.showCruds:hover,a.unshare:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment