diff options
Diffstat (limited to 'ishtar_common/static')
-rw-r--r-- | ishtar_common/static/media/style.css | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index e74a6d205..51b9de79d 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -33,6 +33,9 @@ a.add-button, color:#fff; } +#context_menu { +} + #context_menu .orange { color:#dd6011; } @@ -44,11 +47,12 @@ a.add-button, #context_menu .normal{ color:#000; } +#context_menu .basket{ + font-family: 'FontAwesome', Arial, Helvetica, sans-serif; +} #context_menu option.basket{ color:#000; - font-weight: bold; - font-style: italic; } /* borders */ @@ -94,7 +98,7 @@ div.form { } body{ - font-family:Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; font-size: 11pt; margin:0; color:#61615C; @@ -242,7 +246,10 @@ div.nav-button{ width:15px; z-index:1000; position:fixed; - right:20px; + right:32px; + font-size: 40px; + background-color: transparent; + border: 0 solid transparent; } #to_bottom_arrow{ @@ -300,12 +307,9 @@ a.button{ .display_details_inline, .display_details{ display:inline-block; - font-size:0; - color:transparent; + font-size:18px; width:18px; height:16px; - background-image:url(images/info.png); - background-repeat:no-repeat; text-decoration:none; vertical-align: bottom; } @@ -747,15 +751,18 @@ table.confirm tr.spacer td:last-child{ .previous_page, .next_page{ position:absolute; - top:1px; + top:40px; + font-size: 30px; + color: #000; + z-index: 1000; } .previous_page{ - left:135px; + left:35px; } .next_page{ - right:135px; + right:35px; } a.photo{ @@ -996,8 +1003,7 @@ p.info-box, p.alert{ display:block; font-style:italic; width:670px; - padding:1em; - padding-left:2em; + padding:1em 0.5em; background-color:#f1f2f6; -moz-border-radius:8px; -webkit-border-radius:8px; @@ -1005,11 +1011,12 @@ p.info-box, p.alert{ font-size: 0.9em; } +p.info-box .fa, p.alert .fa{ + padding-right: 1em; +} + p.alert{ color:#D14; - background-image:url(images/red_flag.png); - background-repeat:no-repeat; - background-position:left center; } div.form p.alert{ |