summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorjiteshjha2016-06-13 17:39:58 +0530
committerjiteshjha2016-06-13 17:39:58 +0530
commit8242c14d38c1e7f1b7f91e7e27faedcbf0a16495 (patch)
tree7a0d380df74bd015296093666918090259969be4 /css
parent9b3d2283edb38f84b89f779a10da778f6e6a64d0 (diff)
downloadxcos-on-web-8242c14d38c1e7f1b7f91e7e27faedcbf0a16495.tar.gz
xcos-on-web-8242c14d38c1e7f1b7f91e7e27faedcbf0a16495.tar.bz2
xcos-on-web-8242c14d38c1e7f1b7f91e7e27faedcbf0a16495.zip
Added set context dialog box with on-click button func()
Diffstat (limited to 'css')
-rw-r--r--css/common.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css
index c934d70..fb14217 100644
--- a/css/common.css
+++ b/css/common.css
@@ -182,3 +182,17 @@ td.mxPopupMenuIcon {
.fieldInput {
float: right;
}
+
+#stringSetContext {
+ font-size: 14px;
+}
+
+#setContextTextArea {
+ width:380px;
+ height: 200px;
+}
+
+#buttonSetContext {
+ margin-left: 160px;
+ width: 50px;
+}