summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-31 18:45:06 +0300
committermakkalot <makkalot@gmail.com>2008-07-31 18:45:06 +0300
commit3e461590269ad4036b9447cd2205d1898c75a18a (patch)
treefba1f42d23e575ee6e9ac76c607cd1f3afc81fcc /funcweb
parente427b3339d90a02d7cf5402fccf54e419335cc03 (diff)
downloadfunc-3e461590269ad4036b9447cd2205d1898c75a18a.tar.gz
func-3e461590269ad4036b9447cd2205d1898c75a18a.tar.xz
func-3e461590269ad4036b9447cd2205d1898c75a18a.zip
static files for groups api
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/static/css/groupscss.css178
-rw-r--r--funcweb/funcweb/static/images/button_overadd.jpgbin0 -> 1876 bytes
-rw-r--r--funcweb/funcweb/static/images/buttonadd.jpgbin0 -> 1483 bytes
-rw-r--r--funcweb/funcweb/static/images/groupremovebtn.jpgbin0 -> 1322 bytes
-rw-r--r--funcweb/funcweb/static/images/groupremovebtnhover.jpgbin0 -> 1403 bytes
-rw-r--r--funcweb/funcweb/static/images/removebtn.jpgbin0 -> 1527 bytes
-rw-r--r--funcweb/funcweb/static/images/removebtnhover.jpgbin0 -> 1608 bytes
7 files changed, 178 insertions, 0 deletions
diff --git a/funcweb/funcweb/static/css/groupscss.css b/funcweb/funcweb/static/css/groupscss.css
new file mode 100644
index 0000000..84e171c
--- /dev/null
+++ b/funcweb/funcweb/static/css/groupscss.css
@@ -0,0 +1,178 @@
+@charset "utf-8";
+/* CSS Document */
+
+
+#addgroupbigbox {
+background-color:#f7f7f7;
+height: 100px;
+width: 90%;
+padding:10px;
+border: 2px solid #dddddd;
+float:left;
+margin-left:30px;
+margin-right:30px;
+}
+#addgroup {
+height:50px;
+width:400px;
+margin-left:auto;
+margin-right:auto;
+margin-top: 2em;
+}
+#groupnametext {
+height:40px;
+width:50px;
+float:left;
+margin-right:10px;
+padding-top:2px;
+margin-left:2.2em;
+}
+#groupsbigbox {
+background-color:#f7f7f7;
+overflow: auto;
+max-height: 250px;
+width: 90%;
+padding:10px;
+border: 2px solid #dddddd;
+float:left;
+margin-left:30px;
+margin-right:30px;
+}
+#groupstexts {
+float:left;
+margin-left: 4em;
+height:25px;
+max-width: 250px;
+margin-top: 2em;
+}
+
+#miniongroupsbigbox {
+background-color:#f7f7f7;
+min-height: 150px;
+width: 90%;
+padding:10px;
+border: 2px solid #dddddd;
+float:left;
+margin-left:30px;
+margin-right:30px;
+}
+
+.addgroupbox {
+background-color: #FFFFFF;
+border: 2px solid #dddddd;
+width:200px;
+height:20px;
+float:left;
+}
+.removebtn {
+height:25px;
+width:25px;
+background-image:url(../images/removebtn.jpg);
+background-repeat:no-repeat;
+display:block;
+border: 0px;
+margin-top: 2.4em;
+float:left;
+}
+.removebtn:link {
+height:25px;
+width:25px;
+background-image:url(../images/removebtn.jpg);
+background-repeat:no-repeat;
+display:block;
+border: 0px;
+margin-top: 2.4em;
+float:left;
+}
+.removebtn:hover {
+height:25px;
+width:25px;
+background-image: url(../images/removebtnhover.jpg);
+background-repeat:no-repeat;
+display:block;
+border: 0px;
+margin-top: 2.4em;
+float:left;
+}
+
+.removegroupbtn {
+height:25px;
+width:25px;
+background-image:url(../images/groupremovebtn.jpg);
+background-repeat:no-repeat;
+display:block;
+border: 0px;
+}
+.removegroupbtn:link {
+height:25px;
+width:25px;
+background-image:url(../images/groupremovebtn.jpg);
+background-repeat:no-repeat;
+display:block;
+border: 0px;
+}
+.removegroupbtn:hover {
+height:25px;
+width:25px;
+background-image: url(../images/groupremovebtnhover.jpg);
+background-repeat:no-repeat;
+display:block;
+border: 0px;
+}
+
+#group {
+max-height: 400px;
+width: 40%;
+padding:10px;
+float:left;
+margin-left:30px;
+margin-right:30px;
+}
+#groupbox {
+background-color:#F1F5F6;
+border: 2px solid #dddddd;
+overflow: auto;
+max-height: 150px;
+margin-top: 2em;
+}
+#grouptextbox {
+max-width:100px;
+margin-bottom:15px;
+margin-top:10px;
+margin-left:190px;
+}
+#minions2 {
+max-height: 400px;
+width: 40%;
+padding:10px;
+float:left;
+margin-left:30px;
+margin-right:30px;
+}
+#minions2box {
+background-color:#F1F5F6;
+border: 2px solid #dddddd;
+overflow: auto;
+max-height: 150px;
+margin-top: 2em;
+}
+#minionstextbox {
+margin-left:190px;
+max-width:250px;
+margin-bottom:15px;
+margin-top:10px;
+}
+#selectallbox {
+float:right;
+margin-top:10px;
+}
+#selectallgroupboxes {
+float:left;
+margin-top:10px;
+}
+.minionsandgroupsbluetext {
+font-family: Arial, Helvetica, sans-serif;
+font-size:18px;
+color: #5499d4;
+text-decoration:none;
+} \ No newline at end of file
diff --git a/funcweb/funcweb/static/images/button_overadd.jpg b/funcweb/funcweb/static/images/button_overadd.jpg
new file mode 100644
index 0000000..32d0e2d
--- /dev/null
+++ b/funcweb/funcweb/static/images/button_overadd.jpg
Binary files differ
diff --git a/funcweb/funcweb/static/images/buttonadd.jpg b/funcweb/funcweb/static/images/buttonadd.jpg
new file mode 100644
index 0000000..5942919
--- /dev/null
+++ b/funcweb/funcweb/static/images/buttonadd.jpg
Binary files differ
diff --git a/funcweb/funcweb/static/images/groupremovebtn.jpg b/funcweb/funcweb/static/images/groupremovebtn.jpg
new file mode 100644
index 0000000..03adf3f
--- /dev/null
+++ b/funcweb/funcweb/static/images/groupremovebtn.jpg
Binary files differ
diff --git a/funcweb/funcweb/static/images/groupremovebtnhover.jpg b/funcweb/funcweb/static/images/groupremovebtnhover.jpg
new file mode 100644
index 0000000..4c57451
--- /dev/null
+++ b/funcweb/funcweb/static/images/groupremovebtnhover.jpg
Binary files differ
diff --git a/funcweb/funcweb/static/images/removebtn.jpg b/funcweb/funcweb/static/images/removebtn.jpg
new file mode 100644
index 0000000..f790fc7
--- /dev/null
+++ b/funcweb/funcweb/static/images/removebtn.jpg
Binary files differ
diff --git a/funcweb/funcweb/static/images/removebtnhover.jpg b/funcweb/funcweb/static/images/removebtnhover.jpg
new file mode 100644
index 0000000..eef98b8
--- /dev/null
+++ b/funcweb/funcweb/static/images/removebtnhover.jpg
Binary files differ