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 @@

%(name)s

-
{L_VIEW_SOURCE}
-
%(source)s
+
{L_VIEW_SOURCE}
+
%(source)s
-
{L_VIEW_YIELD}
-
%(yield)s
+
{L_VIEW_YIELD}
+
%(yield)s
-
{L_VIEW_PREPINFO}
-
%(timereq)s
+
{L_VIEW_PREPINFO}
+
%(timereq)s
-
{L_VIEW_TIMEREQ}
-
%(timemins)s
+
{L_VIEW_TIMEREQ}
+
%(timemins)s
-
{L_VIEW_OVENTEMP}
-
%(temp)s%(temptype)s
+
{L_VIEW_OVENTEMP}
+
%(temp)s%(temptype)s
-
{L_VIEW_TYPE}
-
%(type)s
+
{L_VIEW_TYPE}
+
%(type)s
-
{L_VIEW_STATUS}
-
%(status)s
+
{L_VIEW_STATUS}
+
%(status)s
-
{L_VIEW_TAGS}
-
%(tags)s
+
{L_VIEW_TAGS}
+
%(tags)s
diff --git a/templates/default/view/controls-enabled.tem b/templates/default/view/controls-enabled.tem index 97f3f7c..70e3977 100644 --- a/templates/default/view/controls-enabled.tem +++ b/templates/default/view/controls-enabled.tem @@ -1,4 +1,4 @@ -
+