From 7fba4bc966522758cd73dfd6c342cafb8ce793e3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 9 Jan 2011 21:23:42 -0500 Subject: made search buttons look square on the mac --- askbot/skins/default/media/style/style.css | 41 +++++++++++++----------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index ef598cb5..d8ebb430 100755 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -272,49 +272,44 @@ blockquote { background-color: #cccccc;/*888a85; /*#e9b96e;*/ width:700px; border: 1px solid #aaaaaa; - padding: 4px 7px 5px 5px; + padding: 4px 5px 4px 5px; } -#searchBar .searchInput { +#searchBar .searchInput, #searchBar .searchInputCancelable { font-size: 24px; line-height: 24px; - height: 36px; - width: 605px; - margin: 0px 3px 0px 0px; + height: 31px; + margin: 0px 4px 0px 0px; padding: 5px 0 0 5px; } +#searchBar .searchInput, #searchBar .searchInputCancelable { + width: 607px; +} + #searchBar .searchInputCancelable { - font-size: 24px; - line-height: 24px; - height: 36px; - width: 561px; - padding: 5px 0 0 5px; - margin: 0px 3px 0px 0px; + width: 564px; } -#searchBar .searchBtn { +#searchBar .searchBtn, #searchBar .cancelSearchBtn { font-size: 20px; - color: #666666; + color: #666; + background-color: #eee; height: 40px; - width: 80px; - width: 80px; - width: 80px; + border: 1px solid #aaa; line-height: 22px; - margin: 0px; text-align: center; padding-bottom: 4px; } +#searchBar .searchBtn { + margin: 0px; + width: 80px; +} + #searchBar .cancelSearchBtn { - font-size: 20px; - color: #666666; - height: 40px; width: 40px; - line-height: 22px; margin: 0px 3px 0px 0px; - padding-bottom: 4px; - text-align: center; } #askFormBar { -- cgit v1.2.3-1-g7c22