summaryrefslogtreecommitdiffstats
path: root/includes/css
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-04-06 09:28:37 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-04-06 09:28:37 +0200
commitf7466e184a4a408d9237947b1fe15323d9c59348 (patch)
tree22d4bdf86d9f1f788e603c51b657912c21ad1346 /includes/css
parent1c4207622ee0deb83aa759206fe56739b1c19918 (diff)
parent01189b0c2f9ae31de0702e87bd4c1cb30266a6c2 (diff)
downloadgigologadmin-f7466e184a4a408d9237947b1fe15323d9c59348.tar.gz
gigologadmin-f7466e184a4a408d9237947b1fe15323d9c59348.tar.bz2
gigologadmin-f7466e184a4a408d9237947b1fe15323d9c59348.zip
Merge branch 'andreaschanges' into dev
Diffstat (limited to 'includes/css')
-rw-r--r--includes/css/main.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/includes/css/main.css b/includes/css/main.css
new file mode 100644
index 0000000..5df024a
--- /dev/null
+++ b/includes/css/main.css
@@ -0,0 +1,55 @@
+div.takenby {
+ background-color: #FFFFE0;
+ padding: 20px;
+ display: none;
+}
+
+span.takenby:hover + div.takenby {
+ display: block;
+}
+
+span.takenby
+{
+ color:red;
+}
+
+.assignit input
+{
+ background:red;
+ font-size: small;
+ padding: none;
+ background: url('http://andreutza.biz/wordpress/wp-content/uploads/2021/01/checkedbox.png') no-repeat;
+ background-size: 20px 20px;
+ vertical-align: center;
+}
+.assignit
+{
+ padding: none !important;
+ font-size: small;
+ vertical-align: center;
+}
+
+.unassignit input
+{
+ background:red;
+ font-size: small;
+ padding: none;
+ background: url('http://andreutza.biz/wordpress/wp-content/uploads/2021/01/redicon.png') no-repeat;
+ background-size: 20px 20px;
+ vertical-align: center;
+}
+.adminbuttons form
+{
+ display: flex; /* 2. display flex to the rescue */
+ flex-direction: row;
+}
+.adminbuttons input
+{ width: 80px;
+ background-image: none !important;
+ display: block;alignment-baseline
+}
+.adminbuttons
+{
+ padding: unset;
+ width: 80px;
+} \ No newline at end of file