mirror of
https://github.com/znc/znc.git
synced 2026-04-30 10:34:16 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
15
webskins/_default_/pub/global.css
Normal file
15
webskins/_default_/pub/global.css
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
textarea.monospace {
|
||||
font-family: Lucida Console, monospace;
|
||||
}
|
||||
|
||||
.yesnobutton {
|
||||
float: left;
|
||||
width: 110px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.yesnobutton input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user