Committer: narefieva
LJSUP-10916: lj_base.css refactoring (manage/profile page) U trunk/htdocs/stc/lj_base.css U trunk/htdocs/stc/lj_settings.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-12-28 13:42:18 UTC (rev 20871) +++ trunk/htdocs/stc/lj_base.css 2011-12-29 12:55:47 UTC (rev 20872) @@ -2124,59 +2124,6 @@ -/* Custom Userheads in Edit Profile Page ---------------------------- */ -/* Must be removed after implementation of Framework! */ -.i-manage-userhead { - width: 16px; - height: 16px; - border: 0; - vertical-align: -2px; - } -.b-manage-userheads-desc { - margin: 0 0 1em; - } -.b-manage-userheads { - margin: 0; - padding: 0; - list-style: none; - } -.b-manage-userheads:after { - content: ""; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; - } - .b-manage-userheads LI { - position: relative; - overflow: hidden; - float: left; - width: 25%; - margin: 0 1em 0.5em 0; - padding: 0; - list-style: none; - white-space: nowrap; - } - .b-manage-userheads LI LABEL { - display: block; - padding: 3px 5px; - border: 1px solid #FFF; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - } - .b-manage-userheads LI.hover LABEL, - .b-manage-userheads LI.active LABEL, - .b-manage-userheads LI:hover LABEL { - border: 1px solid #CCC; - background: #F5F5F5; - } - .b-manage-userheads LI INPUT { - position: absolute; - left:-99px; - } Modified: trunk/htdocs/stc/lj_settings.css =================================================================== --- trunk/htdocs/stc/lj_settings.css 2011-12-28 13:42:18 UTC (rev 20871) +++ trunk/htdocs/stc/lj_settings.css 2011-12-29 12:55:47 UTC (rev 20872) @@ -98,6 +98,62 @@ margin-bottom: 5px; } DIV.lc_detect INPUT { - zoom: 1; margin: 0px; - + margin: 0px; + zoom: 1; } + +/* Custom Userheads in Edit Profile Page +--------------------------- */ +.i-manage-userhead { + width: 16px; + height: 16px; + border: 0; + vertical-align: -2px; + } +.b-manage-userheads-desc { + margin: 0 0 1em; + } +.b-manage-userheads { + margin: 0; + padding: 0; + list-style: none; + } +.b-manage-userheads:after { + content: ""; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; + } + .b-manage-userheads LI { + position: relative; + overflow: hidden; + float: left; + width: 25%; + margin: 0 1em 0.5em 0; + padding: 0; + list-style: none; + white-space: nowrap; + } + .b-manage-userheads LI LABEL { + display: block; + padding: 3px 5px; + border: 1px solid #FFF; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + } + .b-manage-userheads LI.hover LABEL, + .b-manage-userheads LI.active LABEL, + .b-manage-userheads LI:hover LABEL { + border: 1px solid #CCC; + background: #F5F5F5; + } + .b-manage-userheads LI INPUT { + position: absolute; + left:-99px; + } + + +