[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-devel
Subject:    [SM-DEVEL] themes/css/* correction patch
From:       "Daniel Kahoun" <squirrel () dan ! idk ! cz>
Date:       2006-01-27 21:54:11
Message-ID: 3061.192.168.8.50.1138398851.squirrel () mail ! more ! cz
[Download RAW message or body]

All themes css set styles up for all but INPUTs and SELECTs html elements.
So, when I for example increase a font size, ale text grows up, but inputs
and selects preserve its size. This patch repairs this bug.


Daniel Kahoun


--- themes/css/comic-sans-08.css.orig   2003-10-11 12:32:34.000000000 +0200
+++ themes/css/comic-sans-08.css        2005-06-19 00:50:04.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: comic sans ms,sans-serif;
 }
 body, small {
   font-size: 6pt;
 }
+input, select {
+  font-size: 7pt;
+}
 td, th {
   font-size: 8pt;
 }


--- themes/css/comic-sans-10.css.orig   2003-10-11 12:32:34.000000000 +0200
+++ themes/css/comic-sans-10.css        2005-06-19 00:37:24.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: comic sans ms,sans-serif;
 }
 body, small {
   font-size: 8pt;
 }
+input, select {
+  font-size: 9pt;
+}
 td, th {
   font-size: 10pt;
 }

--- themes/css/comic-sans-12.css.orig   2003-10-11 12:32:34.000000000 +0200
+++ themes/css/comic-sans-12.css        2005-06-19 00:37:01.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: comic sans ms,sans-serif;
 }
 body, small {
   font-size: 10pt;
 }
+input, select {
+  font-size: 11pt;
+}
 td, th {
   font-size: 12pt;
 }


--- themes/css/sans-08.css.orig 2002-07-28 20:15:06.000000000 +0200
+++ themes/css/sans-08.css      2005-06-19 00:36:27.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: helvetica,arial,sans-serif;
 }
 body, small {
   font-size: 6pt;
 }
+input, select {
+  font-size: 7pt;
+}
 td, th {
   font-size: 8pt;
 }

--- themes/css/sans-10.css.orig 2002-07-28 20:15:06.000000000 +0200
+++ themes/css/sans-10.css      2005-06-19 00:35:59.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: helvetica,arial,sans-serif;
 }
 body, small {
   font-size: 8pt;
 }
+input, select {
+  font-size: 9pt;
+}
 td, th {
   font-size: 10pt;
 }

--- themes/css/sans-12.css.orig 2002-07-28 20:15:06.000000000 +0200
+++ themes/css/sans-12.css      2005-06-19 00:35:27.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: helvetica,arial,sans-serif;
 }
 body, small {
   font-size: 10pt;
 }
+input, select {
+  font-size: 11pt;
+}
 td, th {
   font-size: 12pt;
 }

--- themes/css/serif-10.css.orig        2002-07-28 20:15:06.000000000 +0200
+++ themes/css/serif-10.css     2005-06-19 00:35:05.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: serif;
 }
 body, small {
   font-size: 8pt;
 }
+input, select {
+  font-size: 9pt;
+}
 td, th {
   font-size: 10pt;
 }

--- themes/css/serif-12.css.orig        2002-07-28 20:15:06.000000000 +0200
+++ themes/css/serif-12.css     2005-06-19 00:34:35.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: serif;
 }
 body, small {
   font-size: 10pt;
 }
+input, select {
+  font-size: 11pt;
+}
 td, th {
   font-size: 12pt;
 }

--- themes/css/tahoma-08.css.orig       2005-01-27 15:51:03.000000000 +0100
+++ themes/css/tahoma-08.css    2005-06-19 00:33:56.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: tahoma,sans-serif;
 }
 body, small {
   font-size: 6pt;
 }
+input, select {
+  font-size: 7pt;
+}
 td, th {
   font-size: 8pt;
 }

--- themes/css/tahoma-10.css.orig       2005-01-27 15:51:03.000000000 +0100
+++ themes/css/tahoma-10.css    2005-06-19 00:33:37.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: tahoma,sans-serif;
 }
 body, small {
   font-size: 8pt;
 }
+input, select {
+  font-size: 9pt;
+}
 td, th {
   font-size: 10pt;
 }

--- themes/css/tahoma-12.css.orig       2005-01-27 15:51:03.000000000 +0100
+++ themes/css/tahoma-12.css    2005-06-19 00:33:09.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: tahoma,sans-serif;
 }
 body, small {
   font-size: 10pt;
 }
+input, select {
+  font-size: 11pt;
+}
 td, th {
   font-size: 12pt;
 }

--- themes/css/verdana-08.css.orig      2003-10-11 12:32:34.000000000 +0200
+++ themes/css/verdana-08.css   2005-06-19 00:28:58.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: bitstream vera sans,verdana,sans-serif;
 }
 body, small {
   font-size: 6pt;
 }
+input, select {
+  font-size: 7pt;
+}
 td, th {
   font-size: 8pt;
 }

--- themes/css/verdana-10.css.orig      2003-10-11 12:32:34.000000000 +0200
+++ themes/css/verdana-10.css   2005-06-19 00:29:20.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: bitstream vera sans,verdana,sans-serif;
 }
 body, small {
   font-size: 8pt;
 }
+input, select {
+  font-size: 9pt;
+}
 td, th {
   font-size: 10pt;
 }

--- themes/css/verdana-12.css.orig      2003-10-11 12:32:34.000000000 +0200
+++ themes/css/verdana-12.css   2005-06-19 00:29:51.000000000 +0200
@@ -1,9 +1,12 @@
-body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
   font-family: bitstream vera sans,verdana,sans-serif;
 }
 body, small {
   font-size: 10pt;
 }
+input, select {
+  font-size: 11pt;
+}
 td, th {
   font-size: 12pt;
 }





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd--
squirrelmail-devel mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-devel@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?groupList Archives: \
http://sourceforge.net/mailarchive/forum.php?forum_idq39 List Info: \
https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic