X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Ffreeside-menu.css;h=a72a28bfeaebd185840311acd114c936e6416365;hb=c883d44a1e9a48505ba2427cf17d39595c38092c;hp=58cb49b4d0d110cfffe950d7648eb60d6a8c178a;hpb=e26b6570a1ff89dcdd0aee757857c3b335bf90be;p=freeside.git diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css index 58cb49b4d..a72a28bfe 100644 --- a/httemplate/elements/freeside-menu.css +++ b/httemplate/elements/freeside-menu.css @@ -3,9 +3,9 @@ input.fsblackbutton { color: #333333; border:1px solid #888888; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight:bold; @@ -28,9 +28,9 @@ input.fsblackbuttonselected { color: #7e0079; border:1px solid #7e0079; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight:bold; @@ -46,6 +46,9 @@ input.fsblackbuttonselected { input.fstext { border: 1px solid #666666; padding: 1px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; vertical-align:bottom; text-align:right; @@ -143,3 +146,13 @@ a:visited:hover.fsdarkbutton { overflow:visible; } + +/* elements/notify-tickets.html is in the menu area */ +.dot { + border-radius: 50%; + border: 1px solid black; + width: 1ex; + height: 1ex; + display: inline-block; + margin-top: 0.3ex; +}