# HG changeset patch # User paulb # Date 1131476522 0 # Node ID 54d65557c69ebcdae54d32d506c09ec1ed987625 # Parent c78d5648e820eeef3773d4b9c5943d843ba73ee5 [project @ 2005-11-08 19:02:02 by paulb] Added styles. diff -r c78d5648e820 -r 54d65557c69e examples/Common/QtConfigurator/Resources/styles/styles.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/Common/QtConfigurator/Resources/styles/styles.css Tue Nov 08 19:02:02 2005 +0000 @@ -0,0 +1,45 @@ +#left { + float: left; + width: 50%; +} + +#right { + float: right; + width: 50%; +} + +#bottom { + clear: both; + width: 100%; +} + +div.details { + width: 100%; +} + +div.memory { + width: 100%; +} + +div.hard-disks { + width: 100%; +} + +div.storage { + width: 100%; +} + +div.accessories { + width: 100%; +} + +div.peripherals { + clear: both; + float: right; + width: 50%; +} + +div.price { + float: left; + width: 50%; +}