Commit 651f2119ad66363977c3465092e2d6b79d6a3a76

Authored by Melissa Wen
1 parent 44378211

Adjusts on event style syntax

css/administration-panel.css
1   -/*** Admin Pages - General Rules ***/
  1 +/*** Environment Admin Pages - General Rules ***/
2 2 .action-admin_panel-index #content .main-block h2,
3 3 .controller-features #content .main-block h2{
4 4 font-family: Arial;
... ... @@ -7,7 +7,7 @@
7 7 line-height: 21px;
8 8 }
9 9  
10   -/*** Environment Settings ***/
  10 +/* Environment Settings */
11 11  
12 12 /* Profile tab */
13 13  
... ... @@ -49,7 +49,7 @@
49 49 text-decoration: none;
50 50 }
51 51  
52   -/*** Organizations Settings ***/
  52 +/* Organizations Settings */
53 53  
54 54 .action-organizations-index .main-block form#manage-profiles,
55 55 .action-organizations-index .main-block form#manage-profiles form{
... ... @@ -133,3 +133,10 @@
133 133 font-family: Arial, helvetica;
134 134 font-size: 15px;
135 135 }
  136 +
  137 +/*** Community Admin pages ***/
  138 +
  139 +/* Index */
  140 +.action-cms-index .cms-articles th{
  141 + text-align: left;
  142 +}
... ...
css/community-pages.css
1   -/*** Events ***/
2   -
3   -#content .event-card {
4   - border-top: 1px dotted #D3D6D3;
5   - background-repeat: no-repeat;
6   - width: 494px;
7   - height: 116px;
8   - margin-bottom: 30px;
9   -}
10   -
11   -#content .event-image {
12   - border-right: 1px dotted #D3D6DE;
13   -}
14   -
15   -#content .about-event > span {
16   - font-family: Arial;
17   - line-height: 13px;
18   -}
19   -
20   -#content .about-event .event-date {
21   - font-weight: bold;
22   - letter-spacing: 0.49px;
23   -}
24   -
25   -#content .about-event .event-address {
26   - margin-top: 19px;
27   -}
28   -
29   -#content .about-event .event-address span {
30   - margin-top: 4.4px;
31   - line-height: 14px;
32   - letter-spacing: 0.5px;
33   -}
34   -
35   -#content .event-link {
36   - letter-spacing: 0.48px;
37   -}
38   -
39   -#content .event-link a {
40   - text-decoration: underline;
41   -}
42   -
43   -#content .event-body .event-lead p {
44   - font-size: 16px;
45   - font-family: Arial;
46   - font-weight: bold;
47   - letter-spacing: -0.4px;
48   - line-height: 21px;
49   -}
50   -
51   -#content .event-body .event-content p {
52   - font-size: 15px;
53   - font-family: Arial;
54   - line-height: 22px;
55   -}
56   -
57 1 /*** Profile page ***/
58 2 .action-profile-index #content .main-block h1 {
59 3 color: #172738;
... ... @@ -149,3 +93,59 @@
149 93 text-decoration: none;
150 94 }
151 95  
  96 +/*** Events ***/
  97 +
  98 +#content .article-body-event .event-card{
  99 + border-top: 1px dotted #D3D6D3;
  100 + background-repeat: no-repeat;
  101 + width: 494px;
  102 + height: 116px;
  103 + margin-bottom: 30px;
  104 +}
  105 +
  106 +#content .article-body-event .event-image{
  107 + border-right: 1px dotted #D3D6DE;
  108 +}
  109 +
  110 +#content .article-body-event .about-event > span{
  111 + font-family: Arial;
  112 + line-height: 13px;
  113 +}
  114 +
  115 +#content .article-body-event .about-event .event-date{
  116 + font-weight: bold;
  117 + letter-spacing: 0.49px;
  118 +}
  119 +
  120 +#content .article-body-event .about-event .event-address{
  121 + margin-top: 19px;
  122 +}
  123 +
  124 +#content .article-body-event .about-event .event-address span{
  125 + margin-top: 4.4px;
  126 + line-height: 14px;
  127 + letter-spacing: 0.5px;
  128 +}
  129 +
  130 +#content .article-body-event .event-link{
  131 + letter-spacing: 0.48px;
  132 +}
  133 +
  134 +#content .article-body-event .event-link a{
  135 + text-decoration: underline;
  136 +}
  137 +
  138 +#content .article-body-event .event-body .event-lead p{
  139 + font-size: 16px;
  140 + font-family: Arial;
  141 + font-weight: bold;
  142 + letter-spacing: -0.4px;
  143 + line-height: 21px;
  144 +}
  145 +
  146 +#content .article-body-event .event-body .event-content p{
  147 + font-size: 15px;
  148 + font-family: Arial;
  149 + line-height: 22px;
  150 +}
  151 +
... ...