From 7040d53e9c1e0da22786549e64f3f45ec1bab984 Mon Sep 17 00:00:00 2001
From: smmercuri <smercuri@ed.ac.uk>
Date: Tue, 14 May 2024 10:09:49 +0100
Subject: [PATCH] Tidy CSS file
---
corsscripts/sortable.css | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/corsscripts/sortable.css b/corsscripts/sortable.css
index c49c13796..66570e5f6 100644
--- a/corsscripts/sortable.css
+++ b/corsscripts/sortable.css
@@ -15,13 +15,10 @@ button {
flex-wrap: wrap;
}
-
.usedList > li[data-id] {
background-color:rgb(176, 221, 228); border-left: thick solid rgb(155, 199, 206);
float: left;
flex-shrink: 1;
- /*margin-left: 1;*/
-
}
.usedList.col-rigid > li[data-id] {
@@ -59,19 +56,13 @@ button {
.usedList > .header {
height: 50px;
- /*width: 100px;*/
background-color: inherit; text-align: center; border-bottom: thick solid; padding: 10px;
- /*margin: 12px; */
display: inline-block;
}
.usedList > .index {
- /*height: 50px; */
- /*width: 100px; */
background-color: inherit; text-align: left; border-right: thick solid; display: inline-block;
- /*padding: 10px; */
margin-right: 12px;
- /*margin: 12px;*/
}
#availableList > .header {
@@ -79,21 +70,18 @@ button {
height: auto;
width: max(100%, 150px);
background-color: inherit; text-align: center; border-bottom: thick solid rgb(196, 131, 10);
- /*margin: 12px; */
padding: 10px; display: inline-block;
}
#availableList > .index {
min-height: 50px;
height: auto;
- /*width:100px; */
background-color: inherit; text-align: left; border-right: thick solid rgb(196, 131, 10);
padding: 10px; margin: 12px;
}
.grid-item {
height: 50px;
- /*width: 100px;*/
background-color: #fff;
border: solid 1px rgb(0,0,0,0.2);
padding: 10px;
@@ -129,15 +117,6 @@ button {
.usedList.col-rigid:empty {
width: 150px;
}
-/*
-.usedList > .emptyLi {
- height: 50px;
- background-color: floralwhite; border: 1px solid rgb(155, 199, 206);
- padding: 10px;
- margin: 12px;
- text-align: center;
- display: flex;
-}*/
.parsons-button {
display: inline-flex;
--
GitLab