diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-30 01:39:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-30 01:39:27 +0100 |
commit | 307bc1d6308f497e07a3a743be43b982bc92f801 (patch) | |
tree | a6b9f97576026a5bd627bd749e4a767ae6ea1a2c | |
parent | d690055480ef14bf51b6d172f8a2af19e080e5ce (diff) | |
download | Ishtar-307bc1d6308f497e07a3a743be43b982bc92f801.tar.bz2 Ishtar-307bc1d6308f497e07a3a743be43b982bc92f801.zip |
Base screen from 800x600 to 1024x768 screens
-rw-r--r-- | ishtar/furnitures/widgets.py | 2 | ||||
-rw-r--r-- | static/media/style.css | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ishtar/furnitures/widgets.py b/ishtar/furnitures/widgets.py index af22c7b3e..6276e2771 100644 --- a/ishtar/furnitures/widgets.py +++ b/ishtar/furnitures/widgets.py @@ -208,7 +208,7 @@ jQuery("#grid_%(name)s").jqGrid({ pager: '#pager_%(name)s',
pgbuttons: false,
pginput: false,
- width:500
+ width:740
});
});
</script>
diff --git a/static/media/style.css b/static/media/style.css index 25616ac69..126beabc0 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -169,7 +169,7 @@ div.form { margin-bottom:40px; padding:1em; display:block; - width:500px; + width:740px; background-color: #EEE; border:2px solid #CCC; -moz-border-radius:8px; @@ -182,12 +182,11 @@ div.form table{ padding:0.2em; margin-left:auto; margin-right:auto; - width:100%; } div.form table th{ text-align:left; - width:150px; + width:200px; } div.form .errorlist{ @@ -199,7 +198,7 @@ div.form .errorlist{ margin-right:auto; padding:1em; display:block; - width:500px; + width:740px; } .info p{ |