summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/copper.css
diff options
context:
space:
mode:
Diffstat (limited to 'components/congress/test-webapp/www/copper.css')
-rw-r--r--components/congress/test-webapp/www/copper.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/components/congress/test-webapp/www/copper.css b/components/congress/test-webapp/www/copper.css
new file mode 100644
index 0000000..75c0fa2
--- /dev/null
+++ b/components/congress/test-webapp/www/copper.css
@@ -0,0 +1,42 @@
+/*
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
+#
+# Licensed 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.
+#
+
+# What this is: Stylesheet for the OpenStack Congress test webapp:
+# https://git.opnfv.org/cgit/copper/tree/components/congress/test-webapp/www/html/index.html
+*/
+
+body { font-family: sans-serif; }
+
+p { font-size: 100%; }
+span { font-size: inherit; }
+input { font-size: inherit; display: table;}
+table { font-size: inherit; border: 1px solid darkslategray; border-collapse: collapse;
+ max-width: 100%;
+ table-layout: fixed;
+ width: 100%;
+ white-space: nowrap; }
+th { border: 1px solid darkslategray; border-collapse: collapse; overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis; }
+td { border: 1px solid darkslategray; border-collapse: collapse; overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis; }
+button { font-size: inherit; color: white; background-color:darkslategray;
+border-style:none; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
+margin-top:5px; margin-bottom:5px;}
+textarea {width: 50%; resize:both;}