Angel Fernando Quiroz Campos 9 vuotta sitten
vanhempi
commit
0490c2f492
1 muutettua tiedostoa jossa 62 lisäystä ja 1 poistoa
  1. 62 1
      app/Resources/public/css/base.css

+ 62 - 1
app/Resources/public/css/base.css

@@ -3621,6 +3621,67 @@ a:active{
 .lt-ie7 #announcements_page {
     width:450px !important;
 }
+/* Disabling chat */
+.lt-ie7 #chatmain {
+    display:none;
+}
+
+#my_timeline {
+    margin: 0px auto;
+}
+
+#dates {
+    /* height: 60px; */
+    overflow: hidden;
+    width: 800px;
+}
+
+#dates .selected {
+    font-size: 22px;
+    font-weight: bold;
+    font-color: #E06B04;
+}
+
+#dates li {
+    float: left;
+    font-size: 14px;
+    height: 50px;
+    list-style: none outside none;
+    text-align: center;
+    width: 130px;
+}
+
+#issues {
+    height: 350px;
+    overflow: hidden;
+    width: 800px;
+}
+
+#issues li {
+    float: left;
+    height: 350px;
+    list-style: none outside none;
+    width: 800px;
+}
+
+#issues li h3 {
+    color: #FFCC00;
+    font-size: 48px;
+    margin: 0px;
+    text-shadow: 1px 1px 2px #000000;
+}
+
+#issues li p {
+    font-size: 14px;
+    font-weight: normal;
+    line-height: 22px;
+    margin-right: 70px;
+    text-shadow: 1px 1px 2px #000000;
+}
+
+.td_actions {
+    width: 250px;
+}
 
 /* **** FORUM CATEGORY **** */
 .forum_category {
@@ -6556,4 +6617,4 @@ a.sessionView {
 #next.disabled,
 #prev.disabled {
     opacity: 0.2;
-}
+}