summaryrefslogtreecommitdiff
path: root/spice.css
diff options
context:
space:
mode:
Diffstat (limited to 'spice.css')
-rw-r--r--spice.css28
1 files changed, 15 insertions, 13 deletions
diff --git a/spice.css b/spice.css
index 450cf05..5d092ba 100644
--- a/spice.css
+++ b/spice.css
@@ -11,11 +11,9 @@ body
#login
{
- width: 790px;
- margin-top: 20px;
+ width: 95%;
margin-left: auto;
margin-right: auto;
- padding: 2px 10px 2px 20px;
border: 1px solid #999999;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#24414e));
background: -moz-linear-gradient(top, #fff, #24414e);
@@ -28,7 +26,7 @@ body
{
display: inline-block;
margin-right: 5px;
- padding-right: 10px;
+ padding: 2px 10px 2px 20px;
border-right: 1px solid #999999;
font-size: 20px;
font-weight: bolder;
@@ -66,16 +64,12 @@ body
#spice-area
{
- text-align: center;
-}
-.spice-screen
-{
- display: inline-block;
- padding: 10px;
- min-width: 800px;
- min-height: 600px;
+ height: 100%;
+ width: 95%;
+ padding: 0;
+ margin-left: auto;
+ margin-right: auto;
border: solid #222222 1px;
- background-color: #333333;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
@@ -83,6 +77,14 @@ body
-webkit-border-radius: 10px;
border-radius: 10px;
}
+.spice-screen
+{
+ min-height: 600px;
+ height: 100%;
+ margin: 10px;
+ padding: 0;
+ background-color: #333333;
+}
.spice-message {
width: 700px;
height: 50px;