aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/style.css')
-rw-r--r--webclient/style.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/webclient/style.css b/webclient/style.css
new file mode 100644
index 0000000..202a45d
--- /dev/null
+++ b/webclient/style.css
@@ -0,0 +1,52 @@
+body
+{
+ padding: 0px;
+ margin: 0px;
+ font-family: sans-serif;
+}
+
+div
+{
+ margin:0px;
+ padding:0px;
+}
+
+#contacts
+{
+ float:left;
+ width:40%;
+ height:100%;
+}
+
+#bottom
+{
+ position:fixed;
+ bottom:0px;
+ width:100%;
+}
+
+#bottomup
+{
+ text-align: right;
+}
+
+#consolea
+{
+ text-decoration: none;
+ color : black;
+ background-color : gray;
+ margin:0px;
+ padding-left:5px;
+ padding-right:5px;
+ padding-top:5px;
+}
+
+#log
+{
+ height:200px;
+ width:100%;
+ overflow:auto;
+ display:none;
+ border-top:1px solid black;
+}
+ \ No newline at end of file