From c009e77f64997e3cfd8164adde9f0bfba9a5ee83 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Wed, 9 Jul 2014 23:57:43 +0200 Subject: [PATCH] UPD: Slight css/table cleanup --- .../pages/account/ChangePasswordForm.templ | 22 ++++--- .../pages/account/MailCertificateAdd.templ | 46 ++++++++------- .../cacert/gigi/pages/account/MyDetails.templ | 30 +++++----- .../gigi/pages/account/mailOverview.templ | 34 ++++++----- static/static/default.css | 57 +++++++++++-------- 5 files changed, 108 insertions(+), 81 deletions(-) diff --git a/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ b/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ index 5c476647..a3e8603d 100644 --- a/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ +++ b/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ @@ -1,23 +1,27 @@ - +
+ + + - - + + - - + + - - + + - + - + +
: :
*: *:
*: *:
**
diff --git a/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ b/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ index 3d479caf..91fffdce 100644 --- a/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ +++ b/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ @@ -8,23 +8,26 @@

- +
+ + + - - + + - - + + - - - - - - - - @@ -76,10 +79,10 @@ - - @@ -87,10 +90,10 @@ - - - @@ -106,16 +109,17 @@ - - - + +
+
@@ -33,33 +36,33 @@
+ +
+
+ +
+

@@ -68,7 +71,7 @@
+
+ +
+ + @@ -98,7 +101,7 @@
+
+ +
\ No newline at end of file diff --git a/src/org/cacert/gigi/pages/account/MyDetails.templ b/src/org/cacert/gigi/pages/account/MyDetails.templ index 4a758430..9803a888 100644 --- a/src/org/cacert/gigi/pages/account/MyDetails.templ +++ b/src/org/cacert/gigi/pages/account/MyDetails.templ @@ -1,31 +1,34 @@
- +
+ - + + + - - + + - - + - - + + - - + - - + @@ -34,7 +37,8 @@ - + +
: :

+

()
: :

+

()

+

()
diff --git a/src/org/cacert/gigi/pages/account/mailOverview.templ b/src/org/cacert/gigi/pages/account/mailOverview.templ index 746f0c10..379162b8 100644 --- a/src/org/cacert/gigi/pages/account/mailOverview.templ +++ b/src/org/cacert/gigi/pages/account/mailOverview.templ @@ -1,34 +1,40 @@ - +
+ - + + + - - - - + + + + - - + + +


- - +
+ + - + + - - + + - +

diff --git a/static/static/default.css b/static/static/default.css index be04c421..d62345c1 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -509,30 +509,6 @@ td.storyLeft { /********************* end **********************/ - -.DataTD input, .DataTD textarea { - font-size: 92%; -} - -.DataTD select, .DataTD option { - font-size: 92%; -} - -.DataTD { - background-color: #e2e2e2; - border-style: inset; - border-width: 1px; - font-size: 8pt; - color: #000000; - font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; - - background: #ffffff; - padding: 1px 5px 1px 5px; - border: 1px #cfcfcf solid; - border-left: 1px #cfcfcf dotted; - border-right: 1px #cfcfcf dotted; -} - .DataTDGrey { background-color: #EFEDED; border-style: inset; @@ -748,4 +724,37 @@ formMandatory{ pre{ word-wrap: break-word; white-space: pre-wrap; +} + +.dataTable td { + background-color: #e2e2e2; + border-style: inset; + border-width: 1px; + font-size: 8pt; + color: #000000; + font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; + + background: #ffffff; + padding: 1px 5px 1px 5px; + border: 1px #cfcfcf solid; + border-left: 1px #cfcfcf dotted; + border-right: 1px #cfcfcf dotted; +} + +.dataTable thead td { + background: #e2e2e2; + font-weight: bold; + padding: 1px 5px 1px 5px; + border: 1px solid #cfcfcf; + border-bottom: 3px double #cfcfcf; + border-top: 1px solid #656565; + text-align: center; +} + +.dataTable input, .dataTable textarea { + font-size: 92%; +} + +.dataTable select, .dataTable option { + font-size: 92%; } \ No newline at end of file -- 2.39.2