diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index 597d8468..73f11a6f 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -247,10 +247,6 @@ input.third, textarea.third, width: 150px; } -textarea.monospace { - font-family: Lucida Console, monospace; -} - table { border: 1px solid #ccc; border-spacing: 1px; @@ -360,13 +356,3 @@ td { .textsection p { margin-bottom: 0.7em; } - -.yesnobutton { - float: left; - width: 110px; - padding-top: 10px; -} - -.yesnobutton input { - width: 100px; -} diff --git a/webskins/_default_/pub/global.css b/webskins/_default_/pub/global.css new file mode 100644 index 00000000..f7599152 --- /dev/null +++ b/webskins/_default_/pub/global.css @@ -0,0 +1,15 @@ + +textarea.monospace { + font-family: Lucida Console, monospace; +} + +.yesnobutton { + float: left; + width: 110px; + padding-top: 10px; +} + +.yesnobutton input { + width: 100px; +} + diff --git a/webskins/_default_/tmpl/BaseHeader.tmpl b/webskins/_default_/tmpl/BaseHeader.tmpl index 4faf0d2b..705882f2 100644 --- a/webskins/_default_/tmpl/BaseHeader.tmpl +++ b/webskins/_default_/tmpl/BaseHeader.tmpl @@ -1,5 +1,6 @@ INC DocType.tmpl ?> INC Options.tmpl ?> + ADDROW CSSLoop HREF=/skinfiles/_default_/global.css ?>
diff --git a/webskins/dark-clouds/pub/dark-clouds.css b/webskins/dark-clouds/pub/dark-clouds.css index c1ceba19..0c911c70 100644 --- a/webskins/dark-clouds/pub/dark-clouds.css +++ b/webskins/dark-clouds/pub/dark-clouds.css @@ -135,10 +135,6 @@ textarea { height: 90px; } -textarea.monospace { - font-family: Lucida Console, monospace; -} - .submitline input { width: 180px; } @@ -401,12 +397,3 @@ table thead td a:hover { margin-bottom: 0.7em; } -.yesnobutton { - float: left; - width: 110px; - padding-top: 10px; -} - -.yesnobutton input { - width: 100px; -} diff --git a/webskins/ice/pub/ice.css b/webskins/ice/pub/ice.css index bbc009d4..5f4d46d4 100644 --- a/webskins/ice/pub/ice.css +++ b/webskins/ice/pub/ice.css @@ -366,10 +366,6 @@ div.submitline { top: -58px; } -textarea.monospace { - font-family: Lucida Console, monospace; -} - #breadcrumb { margin-bottom: 1.5em; } @@ -378,12 +374,3 @@ textarea.monospace { margin-bottom: 0.7em; } -.yesnobutton { - float: left; - width: 110px; - padding-top: 10px; -} - -.yesnobutton input { - width: 100px; -}