From 45cfc1ec39f77f6a137c6df2ac0ef1c701429892 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Tue, 12 Jan 2016 14:53:50 +0000 Subject: [PATCH] css fix --- css/blue.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/css/blue.css b/css/blue.css index 3077200..f12b6c0 100644 --- a/css/blue.css +++ b/css/blue.css @@ -70,5 +70,39 @@ color: black; padding: 0 0 0 0; color: white; } + +#table{ + border-radius:15px; + -moz-border-radius:15px; + -webkit-border-radius:15px; +} +#boxes .window { + position: absolute; + left: 0; + top: 0; + width: 440px; + height: 200px; + display: none; + z-index: 9999; + padding: 20px; + border-radius: 15px; + text-align: center; +} +#boxes #dialog { + width: 750px; + height: 300px; + padding: 10px; + background-color: #ffffff; + font-family: 'Segoe UI Light', sans-serif; + font-size: 15pt; +} + +#popupfoot { + font-size: 16pt; + position: absolute; + bottom: 0px; + width: 250px; + left: 250px; +} \ No newline at end of file