From: Ben Klang Date: Fri, 2 Apr 2010 14:56:42 +0000 (-0400) Subject: Shout: using float on buttons was a bad idea X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f30c6f664516f0efda83acd4c533062fa0c68002;p=horde.git Shout: using float on buttons was a bad idea --- diff --git a/shout/templates/dialplan/edit.inc b/shout/templates/dialplan/edit.inc index a90b9793c..e24803f12 100644 --- a/shout/templates/dialplan/edit.inc +++ b/shout/templates/dialplan/edit.inc @@ -43,12 +43,20 @@ ?>
  • - +  New Menu
  • -
  •  Edit Menu
  • -
  •  Delete Menu
  • +
  • +
    +  Edit Menu +
    +
  • +
  • +
    +  Delete Menu +
    +
  • diff --git a/shout/themes/screen.css b/shout/themes/screen.css index 05b989bc7..cd299013c 100644 --- a/shout/themes/screen.css +++ b/shout/themes/screen.css @@ -179,16 +179,11 @@ span.device:hover } .button { - float:left; margin: 3px; cursor: pointer; padding: 2px 8px; } -.button a { - color: #fff; -} - .buttonActionLabel { text-align: right; @@ -215,6 +210,22 @@ span.device:hover z-index: 5; } +div#wizard h3 +{ + cursor: pointer; + border-top: 5px solid #c00; + border-left: 5px solid #c00; + border-right: 5px solid #c00; + -moz-border-radius-topleft: 5px; + -webkit-border-top-left-radius: 5px; + border-top-left-radius: 5px; + -moz-border-radius-topright: 5px; + -webkit-border-top-right-radius: 5px; + border-top-right-radius: 5px; + padding: 5px; + display: block; +} + .step { width: 500px;