Author: jdreimann
Date: Mon Apr 22 17:20:10 2013
New Revision: 1470623

URL: http://svn.apache.org/r1470623
Log:
Implementing changes described in #507 to improve the look of the quick ticket 
overlay

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1470623&r1=1470622&r2=1470623&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Mon Apr 22 
17:20:10 2013
@@ -292,13 +292,9 @@ pre {
 
 /* @group Quick Create Ticket popup */
 
-#qct-box .linkfull {
-  position: relative;
-  bottom: 20px;
-}
-
-#qct-box .controls {
- margin-bottom: 5px;
+#qct-box {
+  width: 300px;
+  padding: 0px 0px 5px 0px;
 }
 
 #qct-box p {

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1470623&r1=1470622&r2=1470623&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html 
Mon Apr 22 17:20:10 2013
@@ -144,15 +144,10 @@
                         <span class="visible-phone"><i class="icon-plus-sign 
icon-white"></i></span>
                         <span class="hidden-phone">Create Ticket&nbsp;<span 
class="caret"></span></span>
                       </a>
-                      <div id="qct-box" class="dropdown-menu" style="width: 
300px;"
+                      <div id="qct-box" class="dropdown-menu"
                           py:choose="">
                         <div class="popover-title">
-                          <h3>
-                            Create Ticket
-                            <a class="pull-right linkfull" 
href="${href.newticket()}">
-                              <small>Full dialogue &raquo;</small>
-                            </a>
-                          </h3>
+                          <h3>New Ticket</h3>
                         </div>
                         <div class="popover-content">
                           <py:when test="'TICKET_CREATE' in perm">
@@ -178,8 +173,9 @@
                               </div>
                             </form>
 
-                            <div class="controls pull-right">
+                            <div class="controls">
                               <button id="qct-create" class="btn btn-primary" 
data-target="${href()}">Create</button>
+                              <a id="qct-cancel" class="btn btn-link" 
href="${href.newticket()}">More fields</a>
                               <button id="qct-cancel" class="btn 
btn-link">Cancel</button>
                             </div>
                           </py:when>


Reply via email to