Index: lams_tool_lamc/web/css/tool_custom.css =================================================================== diff -u -rc1bf0a91784e9dfb1b061789eb73d2a5728bfb9b -rfb04c17ba1422faf4eb020908e16cbed9431bfcd --- lams_tool_lamc/web/css/tool_custom.css (.../tool_custom.css) (revision c1bf0a91784e9dfb1b061789eb73d2a5728bfb9b) +++ lams_tool_lamc/web/css/tool_custom.css (.../tool_custom.css) (revision fb04c17ba1422faf4eb020908e16cbed9431bfcd) @@ -1,13 +1,13 @@ .button{ float:right; - font-size: 12px; + font-size: 10px; color: #000000; text-decoration:none; text-align: center; background-color:#B4C8FE; margin: 2px 5px 2px 5px; padding:3px; - width: 80px; + width: 60px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; @@ -22,6 +22,53 @@ border-left-color: #FFFFFF; } +.buttonLeft{ + float:left; + font-size: 10px; + color: #000000; + text-decoration:none; + text-align: center; + background-color:#B4C8FE; + margin: 2px 5px 2px 5px; + padding:3px; + width: 60px; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: #FFFFFF; + border-right-color: #0D3F59; + border-bottom-color: #0D3F59; + border-left-color: #FFFFFF; +} +.longButton{ + float:right; + font-size: 10px; + color: #000000; + text-decoration:none; + text-align: center; + background-color:#B4C8FE; + margin: 2px 5px 2px 5px; + padding:3px; + width: 120px; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: #FFFFFF; + border-right-color: #0D3F59; + border-bottom-color: #0D3F59; + border-left-color: #FFFFFF; +} + .button:link{ color: #000000; text-decoration:none; @@ -35,7 +82,6 @@ } - .button:hover{ text-decoration:none; background-color:#FFFFFF;