diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 518df56..0cd351a 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -338,4 +338,74 @@ position: relative; transform: scale(1.1, 1.1); } } -} \ No newline at end of file +} +.active-show-table { + border: 0.0625em solid #ddd; + border-top: 5px solid #6E9E4D; + .active-title-value{ + a{ + font-size: 1em; + font-weight: 400; + border-radius: 2px; + padding: 5px; + background-color: #DF5925; + color: #fff; + letter-spacing: 1px; + display: inline-block; + box-sizing: border-box; + text-align: center; + text-transform: uppercase; + -webkit-transition: all 200ms; + width: 110px; + } + } + .fa-calendar{ + display: none; + } + tr{ + border-top: 0.0625em solid #ddd; + } + .active-title-field { + font-weight: 400; + color: #54685e; + } + tbody>tr>th{ + border-top:0; + } + tbody>tr>td{ + border-top:0; + } + tbody>tr:nth-of-type(odd) { + background-color: transparent; + } + +} +.active-show-title{ + text-align: left; + letter-spacing: 3px; + background: url(/assets/titleicon.png) no-repeat left top; + padding: 6px 0 5px 50px; + width: 100%; + border-bottom: 1px dotted #D0D9CA; + font-size: 1.7em; + line-height: 150%; +} +#new-act-signup{ + legend{ + text-align: left; + letter-spacing: 3px; + background: url(/assets/titleicon.png) no-repeat left top; + padding: 6px 0 5px 50px; + width: 100%; + border-bottom: 1px dotted #D0D9CA; + font-size: 1.7em; + line-height: 150%; + } +} + + .form-horizontal .control-label { + color: #54685e; + @media (min-width: 769px) { + padding-top: 0!important; + } + } \ No newline at end of file diff --git a/assets/stylesheets/template/widget/sitemenu.scss b/assets/stylesheets/template/widget/sitemenu.scss index 7d439b3..5df28ee 100644 --- a/assets/stylesheets/template/widget/sitemenu.scss +++ b/assets/stylesheets/template/widget/sitemenu.scss @@ -95,9 +95,6 @@ background-color: transparent; box-shadow: none; margin: 0; - } - .sitemenu-title{ - display: none; } .active{ background: #857500!important; diff --git a/modules/active/active_index.html.erb b/modules/active/active_index.html.erb index 5bda937..ea6fe40 100644 --- a/modules/active/active_index.html.erb +++ b/modules/active/active_index.html.erb @@ -5,20 +5,53 @@ {{th_category}} - {{th_act_time_range}} - {{th_title}} - {{th_sign_up_time_range}} - {{th_sign_up}} + {{th_act_time_range}} + {{th_title}} + {{th_sign_up_time_range}} + {{th_sign_up}} - {{category}} - {{act_start_date}} ~
{{act_end_date}} - {{title}} - {{sign_start_date}} ~
{{sign_end_date}} - {{sign_up}} + {{category}} + {{act_start_date}} ~
{{act_end_date}} + {{title}} + {{sign_start_date}} ~
{{sign_end_date}} + {{sign_up}} -{{pagination_goes_here}} \ No newline at end of file +{{pagination_goes_here}} + \ No newline at end of file