From 0be8da5c6d1a5d342824930485f235afe02b224e Mon Sep 17 00:00:00 2001 From: ywarnier Date: Sat, 15 Jan 2011 23:38:08 -0500 Subject: [PATCH] Minor - slightly modified style of question-type boxes in exercise building --- main/css/academica/default.css | 27 ++++++++++++++------- main/css/baby_orange/default.css | 27 ++++++++++++++------- main/css/blue_lagoon/default.css | 26 +++++++++++++------- main/css/chamilo/default.css | 17 +++++++++++-- main/css/chamilo_electric_blue/default.css | 24 ++++++++++++++----- main/css/chamilo_green/default.css | 24 ++++++++++++++----- main/css/chamilo_orange/default.css | 24 ++++++++++++++----- main/css/chamilo_red/default.css | 25 +++++++++++++------ main/css/cool_blue/default.css | 26 +++++++++++++------- main/css/corporate/default.css | 27 ++++++++++++++------- main/css/cosmic_campus/default.css | 26 +++++++++++++------- main/css/delicious_bordeaux/default.css | 26 +++++++++++++------- main/css/dokeos_blue/default.css | 25 +++++++++++++------ main/css/dokeos_classic/default.css | 28 ++++++++++++++-------- main/css/dokeos_classic_2D/default.css | 27 ++++++++++++++------- main/css/empire_green/default.css | 26 +++++++++++++------- main/css/fruity_orange/default.css | 26 +++++++++++++------- main/css/medical/default.css | 27 ++++++++++++++------- main/css/public_admin/default.css | 26 +++++++++++++------- main/css/royal_purple/default.css | 26 +++++++++++++------- main/css/silver_line/default.css | 27 ++++++++++++++------- main/css/sober_brown/default.css | 27 ++++++++++++++------- main/css/steel_grey/default.css | 26 +++++++++++++------- main/css/tasty_olive/default.css | 26 +++++++++++++------- 24 files changed, 429 insertions(+), 187 deletions(-) diff --git a/main/css/academica/default.css b/main/css/academica/default.css index 096e614e4c..b8c90cce3f 100755 --- a/main/css/academica/default.css +++ b/main/css/academica/default.css @@ -1937,16 +1937,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/baby_orange/default.css b/main/css/baby_orange/default.css index c4869ffe89..d2ea616720 100755 --- a/main/css/baby_orange/default.css +++ b/main/css/baby_orange/default.css @@ -1911,16 +1911,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/blue_lagoon/default.css b/main/css/blue_lagoon/default.css index 2dc45b5067..a5389bf7d5 100755 --- a/main/css/blue_lagoon/default.css +++ b/main/css/blue_lagoon/default.css @@ -2551,15 +2551,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css index 43a5161985..d151fceb6c 100755 --- a/main/css/chamilo/default.css +++ b/main/css/chamilo/default.css @@ -2862,13 +2862,26 @@ button.upload { } .icon_image_content { - width:70px; + width:90px; cursor:hand; - height:10em; + height:9.5em; text-align: center; padding-right: 5px; padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } + #expire_session div { float:left; padding-left:15px; diff --git a/main/css/chamilo_electric_blue/default.css b/main/css/chamilo_electric_blue/default.css index fd09e00024..2c4e688122 100755 --- a/main/css/chamilo_electric_blue/default.css +++ b/main/css/chamilo_electric_blue/default.css @@ -2842,12 +2842,24 @@ button.upload { } .icon_image_content { - width:70px; - cursor:hand; - height:10em; - text-align: center; - padding-right: 5px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } #expire_session div { float:left; diff --git a/main/css/chamilo_green/default.css b/main/css/chamilo_green/default.css index 2c1f94bf79..d048fc3ff4 100755 --- a/main/css/chamilo_green/default.css +++ b/main/css/chamilo_green/default.css @@ -2857,12 +2857,24 @@ button.upload { } .icon_image_content { - width:70px; - cursor:hand; - height:10em; - text-align: center; - padding-right: 5px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } #expire_session div { float:left; diff --git a/main/css/chamilo_orange/default.css b/main/css/chamilo_orange/default.css index 3fbbd81e56..32e69a778e 100755 --- a/main/css/chamilo_orange/default.css +++ b/main/css/chamilo_orange/default.css @@ -2837,12 +2837,24 @@ button.upload { } .icon_image_content { - width:70px; - cursor:hand; - height:10em; - text-align: center; - padding-right: 5px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } #expire_session div { float:left; diff --git a/main/css/chamilo_red/default.css b/main/css/chamilo_red/default.css index d2cc1f975e..602fa01d6a 100755 --- a/main/css/chamilo_red/default.css +++ b/main/css/chamilo_red/default.css @@ -2847,14 +2847,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:70px; - cursor:hand; - height:10em; - text-align: center; - padding-right: 5px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } #expire_session div { float:left; diff --git a/main/css/cool_blue/default.css b/main/css/cool_blue/default.css index 5d947c9154..aeb33c6931 100644 --- a/main/css/cool_blue/default.css +++ b/main/css/cool_blue/default.css @@ -2424,15 +2424,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/corporate/default.css b/main/css/corporate/default.css index cf060286a0..16a30cd600 100644 --- a/main/css/corporate/default.css +++ b/main/css/corporate/default.css @@ -1893,16 +1893,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/cosmic_campus/default.css b/main/css/cosmic_campus/default.css index 21c43b6bcc..6d62020d67 100755 --- a/main/css/cosmic_campus/default.css +++ b/main/css/cosmic_campus/default.css @@ -1953,14 +1953,24 @@ button.back { background-image:url(images/button_back.gif); } .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/delicious_bordeaux/default.css b/main/css/delicious_bordeaux/default.css index 88ab1cb597..716214b1b1 100644 --- a/main/css/delicious_bordeaux/default.css +++ b/main/css/delicious_bordeaux/default.css @@ -2415,15 +2415,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/dokeos_blue/default.css b/main/css/dokeos_blue/default.css index fa0e4e5eae..eba6234f66 100644 --- a/main/css/dokeos_blue/default.css +++ b/main/css/dokeos_blue/default.css @@ -2434,13 +2434,24 @@ button.upload { background-image:url(images/button_upload.gif); } .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/dokeos_classic/default.css b/main/css/dokeos_classic/default.css index 2419381f7a..35c0266e5e 100644 --- a/main/css/dokeos_classic/default.css +++ b/main/css/dokeos_classic/default.css @@ -2717,17 +2717,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/dokeos_classic_2D/default.css b/main/css/dokeos_classic_2D/default.css index 2ff47811a9..c098cece62 100644 --- a/main/css/dokeos_classic_2D/default.css +++ b/main/css/dokeos_classic_2D/default.css @@ -2735,16 +2735,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/empire_green/default.css b/main/css/empire_green/default.css index a43488e429..9f9c26df81 100644 --- a/main/css/empire_green/default.css +++ b/main/css/empire_green/default.css @@ -2440,15 +2440,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/fruity_orange/default.css b/main/css/fruity_orange/default.css index 02ed92a64d..9f3ab642a3 100644 --- a/main/css/fruity_orange/default.css +++ b/main/css/fruity_orange/default.css @@ -2441,15 +2441,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/medical/default.css b/main/css/medical/default.css index 8766374113..b9d322cdec 100644 --- a/main/css/medical/default.css +++ b/main/css/medical/default.css @@ -2899,16 +2899,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/public_admin/default.css b/main/css/public_admin/default.css index ffaac1abf6..e77a215855 100644 --- a/main/css/public_admin/default.css +++ b/main/css/public_admin/default.css @@ -2592,16 +2592,26 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:10em; - text-align: center; - padding-right: 5px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } - #expire_session div { float:left; padding-left:15px; diff --git a/main/css/royal_purple/default.css b/main/css/royal_purple/default.css index 1a5d495883..dbd744a961 100644 --- a/main/css/royal_purple/default.css +++ b/main/css/royal_purple/default.css @@ -2436,15 +2436,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:9em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/silver_line/default.css b/main/css/silver_line/default.css index 8c1a30bbab..68ffb4bd7a 100644 --- a/main/css/silver_line/default.css +++ b/main/css/silver_line/default.css @@ -2387,16 +2387,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/sober_brown/default.css b/main/css/sober_brown/default.css index 05f8ae1012..4a151aa064 100644 --- a/main/css/sober_brown/default.css +++ b/main/css/sober_brown/default.css @@ -2592,16 +2592,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - cursor:hand; - height:8em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/steel_grey/default.css b/main/css/steel_grey/default.css index 1a1f3caf7c..87cc869a5a 100644 --- a/main/css/steel_grey/default.css +++ b/main/css/steel_grey/default.css @@ -2441,15 +2441,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none; diff --git a/main/css/tasty_olive/default.css b/main/css/tasty_olive/default.css index 933aacb2c2..962c0fd23d 100644 --- a/main/css/tasty_olive/default.css +++ b/main/css/tasty_olive/default.css @@ -2442,15 +2442,25 @@ button.refresh { button.upload { background-image:url(images/button_upload.gif); } - .icon_image_content { - width:80px; - height:5em; - text-align: center; - padding-top: 3px; - padding-right: 5x; - padding-bottom: 3px; - padding-left: 5px; + width:90px; + cursor:hand; + height:9.5em; + text-align: center; + padding-right: 5px; + padding-left: 5px; + border: 1px dotted #ccc; + background-color: #eee; + margin-right: 0.2em; + margin-top: 0.1em; + -moz-border-radius-topleft : 5px; + -moz-border-radius-bottomright : 5px; + -moz-border-radius-bottomleft : 5px; + -moz-border-radius-topright : 5px; +} +.icon_image_content:hover { + background-color: #fff; + border: 1px solid #ccc; } .question_menu { list-style:none;