Pārlūkot izejas kodu

remove top margin in rich text area

Damien ACCORSI 10 gadus atpakaļ
vecāks
revīzija
d04d721585
1 mainītis faili ar 17 papildinājumiem un 0 dzēšanām
  1. 17 0
      tracim/tracim/public/assets/css/rich-text-area.css

+ 17 - 0
tracim/tracim/public/assets/css/rich-text-area.css Parādīt failu

@@ -0,0 +1,17 @@
1
+table.user_content, table.user_content td  {
2
+    border: 1px solid #CCC;
3
+    padding: 0.5em;
4
+    border-collapse: collapse;
5
+}
6
+
7
+table.first_row_headers tr:first-child td {
8
+    font-weight: bold;
9
+    background-color: #EEE;
10
+    align: center;
11
+}
12
+
13
+table.first_column_headers tr td:first-child {
14
+    font-weight: bold;
15
+    background-color: #EEE;
16
+    align: center;
17
+}