]> iEval git - plack-app-gruntmaster.git/blobdiff - css/custom.css
Re-add mistakenly removed nav li padding
[plack-app-gruntmaster.git] / css / custom.css
index f9ccad3dc93d90b49bc40d248c98972e987ac3f5..34461c3ecca60e67db82ddfc66a2707309e6caee 100644 (file)
@@ -11,35 +11,11 @@ footer{
        color: #777;
 }
 
-#logo {
-       margin: 5em auto 2em;
-       display: block;
-}
-
-h1 {
-       font-size: 2em !important;
-}
-
-.txtstuff {
-    overflow: hidden;
-}
-
-.hiddendiv {
-    display: none;
-    white-space: pre-wrap;
-    word-wrap: break-word;
-    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
-}
-
-a.thumbnail {
-       border: none !important;
-}
-
 div.container-fluid {
        padding: 0 15px;
 }
 
-.list-group-item, .form-control {
+.form-control {
        max-width: 30em;
 }
 
@@ -47,39 +23,14 @@ div#result{
        text-align: center;
 }
 
-a.dropdown-toggle{
-       cursor: pointer;
-}
-
 .table-fixed{
        table-layout: fixed;
 }
 
-#clock{
-       float: right;
-       margin-right: 1em;
-}
-
-nav li{
+nav li {
        padding: 5px;
 }
 
-ul.inline{
-       list-style-type: none;
-}
-
-ul.inline li{
-       display: inline;
-}
-
-ul.inline li:after {
-       content: ", ";
-}
-
-ul.inline li:last-child:after {
-       content: "";
-}
-
 .tracker-mark.tick {
        color: green;
 }
@@ -95,4 +46,20 @@ ul.inline li:last-child:after {
 
 .reqjs {
        display: none !important;
-}
\ No newline at end of file
+}
+
+td.user, td.owner {
+       word-break: break-all;
+}
+
+#themes {
+       margin-left: 0;
+}
+
+#themes:before {
+       content: " Themes: ";
+}
+
+.transition-color, .transition-color * {
+       transition: color 0.5s ease-in, background-color 0.5s ease-in;
+}
This page took 0.016634 seconds and 4 git commands to generate.