WebMods: Moved some shared/common CSS things into a global.css file that all skins (should) embed.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1945 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-04-26 16:39:11 +00:00
parent 136ce32f85
commit 4f55857434
5 changed files with 16 additions and 40 deletions

View File

@@ -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;
}

View File

@@ -0,0 +1,15 @@
textarea.monospace {
font-family: Lucida Console, monospace;
}
.yesnobutton {
float: left;
width: 110px;
padding-top: 10px;
}
.yesnobutton input {
width: 100px;
}

View File

@@ -1,5 +1,6 @@
<? INC DocType.tmpl ?>
<? INC Options.tmpl ?>
<? ADDROW CSSLoop HREF=/skinfiles/_default_/global.css ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

View File

@@ -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;
}

View File

@@ -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;
}