Description:
[web] more styling
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@180 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r93:ca4ec62fefff - - 1 file changed: 8 inserted, 4 deleted
@@ -35,120 +35,124 | |||
|
35 | 35 | text-align: left; |
|
36 | 36 | vertical-align: top; |
|
37 | 37 | } |
|
38 | 38 | |
|
39 | 39 | div.title td.right-col { |
|
40 | 40 | text-align: right; |
|
41 | 41 | vertical-align: top; |
|
42 | 42 | } |
|
43 | 43 | |
|
44 | 44 | /* Standard table with header and rows with alternating background */ |
|
45 | 45 | table.info { |
|
46 | 46 | border: 1px solid black; |
|
47 | 47 | border-collapse: collapse; |
|
48 | 48 | font-size: 12px; |
|
49 | 49 | } |
|
50 | 50 | |
|
51 | 51 | table.info th { |
|
52 | 52 | border: 1px solid black; |
|
53 | 53 | } |
|
54 | 54 | |
|
55 | 55 | table.info td { |
|
56 | 56 | border-left: 1px solid black; |
|
57 | 57 | border-right: 1px solid black; |
|
58 | 58 | } |
|
59 | 59 | |
|
60 | 60 | tr.info-head { |
|
61 | 61 | background: #777777; |
|
62 | 62 | color: white; |
|
63 | 63 | } |
|
64 | 64 | |
|
65 | 65 | tr.info-odd { |
|
66 | 66 | background: #dddddd; |
|
67 | 67 | } |
|
68 | 68 | |
|
69 | 69 | tr.info-even { |
|
70 | 70 | background: #f0f0f0; |
|
71 | 71 | } |
|
72 | 72 | |
|
73 | 73 | /******************************* |
|
74 | 74 | [Main] |
|
75 | 75 | ********************************/ |
|
76 | 76 | div.submitbox { |
|
77 | 77 | border: thin solid black; |
|
78 | 78 | padding: 5px; |
|
79 | 79 | color: white; |
|
80 | 80 | background-color: #777777; |
|
81 | 81 | font-weight: bold; |
|
82 | 82 | font-size: 13px; |
|
83 | 83 | } |
|
84 | 84 | |
|
85 | 85 | /******************************* |
|
86 | 86 | [Settings] |
|
87 | 87 | ********************************/ |
|
88 | 88 | table.uinfo { |
|
89 | 89 | border-collapse: collapse; |
|
90 | 90 | border: 1px solid black; |
|
91 | 91 | font-size: 13px; |
|
92 | 92 | } |
|
93 | 93 | |
|
94 | 94 | td.uinfo { |
|
95 | 95 | vertical-align: top; |
|
96 | 96 | border: 1px solid black; |
|
97 | 97 | padding: 5px; |
|
98 | 98 | } |
|
99 | 99 | |
|
100 | 100 | th.uinfo { |
|
101 | 101 | background: lightgreen; |
|
102 | 102 | vertical-align: top; |
|
103 | 103 | text-align: right; |
|
104 | 104 | border: 1px solid black; |
|
105 | 105 | padding: 5px; |
|
106 | 106 | } |
|
107 | 107 | |
|
108 | 108 | /******************************* |
|
109 | 109 | [Submission] |
|
110 | 110 | ********************************/ |
|
111 | 111 | div.compilermsgbody { |
|
112 | 112 | font-family: monospace; |
|
113 | 113 | } |
|
114 | 114 | |
|
115 | 115 | div.task-menu { |
|
116 | 116 | text-align: center; |
|
117 | 117 | font-size: 13px; |
|
118 | 118 | font-weight: bold; |
|
119 | 119 | border-top: 1px solid black; |
|
120 | 120 | border-bottom: 1px solid black; |
|
121 | 121 | margin-top: 2px; |
|
122 | 122 | margin-bottom: 4px; |
|
123 | 123 | } |
|
124 | 124 | |
|
125 | 125 | /******************************* |
|
126 | 126 | [Submission] |
|
127 | 127 | ********************************/ |
|
128 | 128 | table.taskdesc { |
|
129 | 129 | border: 1px solid black; |
|
130 | 130 | border-collapse: collapse; |
|
131 | - font-size: 12px; | |
|
132 | - width: 100%; | |
|
131 | + width: 95%; | |
|
132 | + font-size: 13px; | |
|
133 | + } | |
|
134 | + | |
|
135 | + table.taskdesc p { | |
|
136 | + font-size: 13px; | |
|
133 | 137 | } |
|
134 | 138 | |
|
135 | 139 | table.taskdesc tr.name { |
|
136 | 140 | border: 1px solid black; |
|
137 | 141 | background: #aaaaaa; |
|
138 | 142 | color: white; |
|
139 | 143 | font-weight: bold; |
|
140 | 144 | font-size: 14px; |
|
141 | 145 | text-align: center; |
|
142 | 146 | } |
|
143 | 147 | |
|
144 | 148 | table.taskdesc td.desc-odd { |
|
145 | 149 | padding: 5px; |
|
146 |
- padding-left: |
|
|
150 | + padding-left: 20px; | |
|
147 | 151 | background: #fefeee; |
|
148 | 152 | } |
|
149 | 153 | |
|
150 | 154 | table.taskdesc td.desc-even { |
|
151 | 155 | padding: 5px; |
|
152 |
- padding-left: |
|
|
156 | + padding-left: 20px; | |
|
153 | 157 | background: #feeefe; |
|
154 | 158 | } |
You need to be logged in to leave comments.
Login now