Committer: sboronchiev
LJSUP-14001: Filter for friendsgroups updatesU trunk/htdocs/stc/friendstimes.css
Modified: trunk/htdocs/stc/friendstimes.css =================================================================== --- trunk/htdocs/stc/friendstimes.css 2012-10-26 12:48:30 UTC (rev 12834) +++ trunk/htdocs/stc/friendstimes.css 2012-10-26 13:09:59 UTC (rev 12835) @@ -386,9 +386,9 @@ .b-friendstimes-toolbar-title { margin: 0; padding: 20px 78px 18px 56px; - -webkit-border-radius: 11px 0 0 11px; - -moz-border-radius: 11px 0 0 11px; - border-radius: 11px 0 0 11px; + -webkit-border-radius: 8px 0 0 8px; + -moz-border-radius: 8px 0 0 8px; + border-radius: 8px 0 0 8px; background: #E3E9EE; background: -moz-linear-gradient(top, #E3E9EE 0%, #CCD2D6 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E9EE), color-stop(100%,#CCD2D6));