From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/themes/default/css/styles.css | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/css/styles.css b/interface/web/themes/default/css/styles.css index d5b337e..c937f96 100644 --- a/interface/web/themes/default/css/styles.css +++ b/interface/web/themes/default/css/styles.css @@ -832,7 +832,7 @@ .selectInput.formLengthLimit { width: 85px !important; } .formLengthDate { width: 75px !important; } .formLengthIPv4 { width: 125px !important; } -.formLengthIPv6 { width: 100% !important; } +.formLengthIPv6 { } .formLengthEmailUser { width: 30% !important; } .formLengthEmailDomain { width: 30% !important; } .formLengthHalf { width: 15% !important; } @@ -1840,4 +1840,27 @@ a.link-page.current-page { background-color: #DFDFDF; font-weight: bold; +} + +.command { + padding: 1em; + border: 1px dashed #2f6fab; + color: black; + background-color: #f9f9f9; + line-height: 1.1em; + font-family: Courier New, Courier, mono; + font-size: 12px; + font-style: italic; +} +.system { + color: black; + font-family: Courier New, Courier, mono; + font-size: 12px; + font-style: italic; +} +.highlight { + color: #FF0000; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 12px; + text-decoration: underline; } \ No newline at end of file -- Gitblit v1.9.1