You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/11/26 22:36:38 UTC

svn commit: r1641946 - /vcl/trunk/web/css/siteconfig.css

Author: jfthomps
Date: Wed Nov 26 21:36:38 2014
New Revision: 1641946

URL: http://svn.apache.org/r1641946
Log:
initial add

Added:
    vcl/trunk/web/css/siteconfig.css

Added: vcl/trunk/web/css/siteconfig.css
URL: http://svn.apache.org/viewvc/vcl/trunk/web/css/siteconfig.css?rev=1641946&view=auto
==============================================================================
--- vcl/trunk/web/css/siteconfig.css (added)
+++ vcl/trunk/web/css/siteconfig.css Wed Nov 26 21:36:38 2014
@@ -0,0 +1,43 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+.configwidget {
+	border: 1px solid;
+	text-align: center;
+	/*border-radius: 10px;
+	-moz-border-radius: 10px;*/
+	margin-bottom: 8px;
+}
+
+.configwidget h3 {
+	background: #0053fb;
+	color: white;
+	margin-top: 0px;
+	margin-bottom: 2px;
+}
+
+.siteconfigdesc {
+	padding: 1px 5px 1px 5px;
+}
+
+.cfgerror {
+	color: #ff0000;
+}
+
+.cfgsuccess {
+	color: #008000;
+}