diff --git a/index/css/style.css b/index/css/style.css index ae61674..4e4b66e 100644 --- a/index/css/style.css +++ b/index/css/style.css @@ -200,4 +200,53 @@ circle { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } +} + +.save-button-dropdown { + padding-left: 10px; + padding-right: 15px; +} + +.save-button-dropdown .dropdown-menu.show { + transform: translate3d(639px, 46px, 0px); +} + +.one-long-line { + margin-bottom: 0; + margin-left: 5px; + max-width: 100%; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; +} +.one-long-line:hover { + cursor: pointer; + overflow:visible; +} + +.column-row-left { + display: flex; + flex-direction: column; + margin-top: 8px; +} + +.column-row-left .md-form{ + margin-bottom: 0; +} + +.search { + width: 100%; +} + +.request-list { + display: flex; + padding: 5px; +} + +.request-list .fa { + color: red; +} + +.request-list.selected { + background: #dadfe3;; } \ No newline at end of file diff --git a/index/index.html b/index/index.html index 9896a5c..bd6ae44 100644 --- a/index/index.html +++ b/index/index.html @@ -14,14 +14,37 @@
-