diff options
author | jiteshjha | 2016-06-01 12:09:23 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-01 12:09:23 +0530 |
commit | f7a53679252887d006c340fc6a9d63d2c7c4fa6f (patch) | |
tree | dce27f284d9d38715e7d495985941a74195841a5 /css | |
parent | c2feb688e457c89486ad623a52505170ae731804 (diff) | |
download | xcos-on-web-f7a53679252887d006c340fc6a9d63d2c7c4fa6f.tar.gz xcos-on-web-f7a53679252887d006c340fc6a9d63d2c7c4fa6f.tar.bz2 xcos-on-web-f7a53679252887d006c340fc6a9d63d2c7c4fa6f.zip |
properties-skeleton
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 5eb0b45..fb41533 100644 --- a/css/common.css +++ b/css/common.css @@ -150,3 +150,25 @@ td.mxPopupMenuIcon { background-color: #D0D0D0; padding: 2px 4px 2px 4px; } + +/* Properties window - Start */ + +#contentProperties { + border-style: solid; + border-width: 1px; + margin:10px 10px 10px 10px; +} + +#headingProperties { + padding-left:2pc; +} + +#resetButtonProperties{ + float:right; +} + +#formProperties { + margin-right:2pc; + margin-left:2pc; + margin-bottom:2pc; +} |