diff --git a/templates/default/css/foundation.mods.css b/templates/default/css/foundation.mods.css index efbaf60..e1cd436 100755 --- a/templates/default/css/foundation.mods.css +++ b/templates/default/css/foundation.mods.css @@ -72,3 +72,31 @@ div.off-canvas .user { background: #1779ba; color: #fefefe !important; } + +.has-tip { + font-weight: normal; +} + +div.time-duration-picker-content table { + margin: 0px; +} + +div.time-duration-picker-content td { + padding: 0.2rem; +} + +div.time-duration-picker-content td select { + margin: 0px; +} + +.form-left { + padding-right: 0.25rem; +} + +.form-right { + padding-left: 0.25rem; +} + +.spacer { + margin-bottom: 1rem; +} \ No newline at end of file diff --git a/templates/default/css/messagebox.css b/templates/default/css/messagebox.css index 6ac04a0..146341b 100644 --- a/templates/default/css/messagebox.css +++ b/templates/default/css/messagebox.css @@ -18,4 +18,8 @@ .messagebox h4 { border-bottom: 1px solid #888; -} \ No newline at end of file +} + +input.has-tip { + border-bottom: 1px solid #cacaca; +} diff --git a/templates/default/view/content.tem b/templates/default/view/content.tem index aabb1dd..39d71e6 100644 --- a/templates/default/view/content.tem +++ b/templates/default/view/content.tem @@ -2,36 +2,36 @@