diff --git a/punch_list/public/css/custom.css b/punch_list/public/css/custom.css
index 15a4f0d..71609f1 100644
--- a/punch_list/public/css/custom.css
+++ b/punch_list/public/css/custom.css
@@ -1,4 +1,6 @@
#neededBy { display: none; }
+#whoami { width: 100%; }
+.inProgress { color:orange; font-size: 12px; }
.subject {
overflow: hidden;
width: 89%;
@@ -8,7 +10,7 @@
font-weight: 900; }
.column-left { display: none; }
.column-right { display: none; }
-.column-middle { width: 100%; overflow: auto; float: left; background: #333; padding-bottom: 200px;}
+.column-middle { width: 100%; overflow: auto; background: #333; padding-bottom: 200px; margin-left: auto; margin-right: auto;}
#mainMenuWrapper:after { content: ""; clear: both; }
#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { font-size: 1.4em; color: #AAA;}
@@ -45,7 +47,7 @@
a.punch-default { color: #00BFFF; font-size: 12px; text-decoration: none;}
a.punch-default:hover { color: #00FFFF; text-shadow: 0px 0px 23px #FFF; }
.punch-default { border: 0px solid #AAA; color: #aaa; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
- .inProgress { color: orange; font-size: 12px; }
+ .inprogress { color: orange; font-size: 12px; }
.waiting { color: red; font-size: 12px; }
.overdue { color: red; font-size: 12px; border: 1px solid red; padding:3px;}
.duesoon { color: yellow; font-size: 12px; border: 1px solid yellow; padding:3px;}
@@ -160,6 +162,7 @@ textarea {
/* The container
- needed to position the dropdown content */
.dropdown {
+ min-width: 20px;
position: relative;
display: inline-block;
height: 20px;
@@ -249,6 +252,7 @@ textarea {
width: 99%;
max-width: 99%;
padding: 0 5px; }
+
.header {
background-color: #666;
margin-top: 6rem;
@@ -329,7 +333,7 @@ textarea {
margin-right: auto;
width: 90%; }
.column-left {
- display: block;
+ display: none;
margin-top: 100px;
margin-left: auto;
width: 30%;
@@ -339,8 +343,8 @@ textarea {
float: left;
border-right: 3px solid #000;
}
- .column-right { display: block; width: 10%; overflow: hidden; float: left;}
- .column-middle { display: block; width: 55%; overflow: visible; float: left;}
+ .column-right { display: none; width: 10%; overflow: hidden; float: left;}
+ .column-middle { display: block; width: 55%; overflow: visible; margin-left:auto; margin-right:auto;}
/* Navbar */
.clock-wrapper {
display: block;
@@ -395,7 +399,7 @@ textarea {
}
@media (min-width: 1500px) {
.column-left {
- display: block;
+ display: none;
margin-top: 100px;
margin-left: auto;
width: 20%;
@@ -405,7 +409,7 @@ textarea {
float: left;
border-right: 3px solid #000;
}
- .column-middle { display: block; width: 50%; overflow: hidden; float: left;}
- .column-right { display: block; width: 25%; overflow: hidden; float: left; padding-top: 100px;}
+ .column-middle { display: block; width: 50%; overflow: hidden; margin-left:auto;margin-right:auto;}
+ .column-right { display: none; width: 25%; overflow: hidden; float: left; padding-top: 100px;}
#events-list { background-color: #000; }
}
diff --git a/punch_list/public/index.html b/punch_list/public/index.html
index a31f1a3..39b5f1f 100644
--- a/punch_list/public/index.html
+++ b/punch_list/public/index.html
@@ -60,19 +60,8 @@
-
-
-