From 5a68ea106980a52850cc527da098f481223b07b1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 7 Dec 2016 13:18:23 +0100 Subject: [roomplanner] Tighten up computer list, better search result caching --- modules-available/roomplanner/style.css | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'modules-available/roomplanner/style.css') diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css index 4ec8a7b0..515fc56f 100644 --- a/modules-available/roomplanner/style.css +++ b/modules-available/roomplanner/style.css @@ -745,10 +745,11 @@ div.draggable:hover .deleteHandle { /* select popup */ .machine-entry { width: 100%; + width: calc(100% - 5px); border: 1px solid #999; border-radius: 5px; - margin: 5px 20px 5px 2px; - padding: 5px 10px 5px 10px; + margin: 2px; + padding: 2px 4px; } /* in case it is already in the sketchboard */ @@ -756,34 +757,20 @@ div.draggable:hover .deleteHandle { color: #666; } -.machine-entry .table { - font-size:12px; +.machine-entry table { + font-size: 12px; margin-bottom: -5px; + width: 100%; } -.machine-entry .table tr { - line-height: 5px; +.machine-entry table tr { + border-top: 1px solid #bbb; } - -.machine-logo { - float: left; - width:36px; -} -.machine-logo i { - font-size: 20px; - line-height: 50px; -} .machine-entry-header { font-weight: bolder; font-size: 18px; } -.machine-uuid { -} - -.machine-ip { -} - .selectize-dropdown-content { max-height : 600px; } -- cgit v1.2.3-55-g7522