Committer: esavintcev
LJSUP-6515: Custom UserheadsU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2010-08-23 06:41:35 UTC (rev 17177) +++ trunk/htdocs/stc/lj_base.css 2010-08-23 06:55:57 UTC (rev 17178) @@ -1094,3 +1094,56 @@ +/* Custom Userheads in Edit Profile Page +--------------------------- */ +/* Must be removed after implementation of Framework! */ +.i-manage-userhead { + width: 17px; + height: 17px; + 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; + }