[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/bugs-kde-org/kde] /: Some cosmetic changes here
From:       Eugene Trounev <eugene.trounev () gmail ! com>
Date:       2012-04-06 18:45:46
Message-ID: 20120406184546.39E59A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 4e7599ef4ba904bc8aa981c5305c351e74d5a93b by Eugene Trounev.
Committed on 06/04/2012 at 20:45.
Pushed by trounev into branch 'kde'.

Some cosmetic changes here

M  +1    -1    skins/custom/global.css
M  +2    -1    skins/standard/buglist.css
M  +9    -8    template/en/custom/global/footer.html.tmpl
M  +1    -3    template/en/custom/list/list.html.tmpl
M  +21   -10   template/en/custom/request/queue.html.tmpl

http://commits.kde.org/websites/bugs-kde-org/4e7599ef4ba904bc8aa981c5305c351e74d5a93b

diff --git a/skins/custom/global.css b/skins/custom/global.css
index 8bd91bc..cd29704 100644
--- a/skins/custom/global.css
+++ b/skins/custom/global.css
@@ -345,7 +345,7 @@ h1 {
 }
 h2 {
   font-size: 1.8em;
-  line-height: 100%;
+  line-height: 2.5em;
 }
 h3 {
   line-height: 2.4000000000000004em;
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index ebebfb3..a50e0c1 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -31,8 +31,9 @@
 }
 .search_description li {
   list-style-type: none;
-  display: inline;
+  display: inline-block;
   margin-right: 2em;
+  font-size: small;
 }
 
 .zero_results, .zero_result_links {
diff --git a/template/en/custom/global/footer.html.tmpl \
b/template/en/custom/global/footer.html.tmpl index c3ebbbf..9ba46b9 100644
--- a/template/en/custom/global/footer.html.tmpl
+++ b/template/en/custom/global/footer.html.tmpl
@@ -47,10 +47,10 @@
 	<div class="navbar navbar-bottom Neverland">
 		<div class="navbar-inner">
 			<div class="container">
-				<div class="btn-toolbar pull-right">
-					<div class="btn-group dropup">
-						<a href="#" class="btn btn-inverse dropdown-toggle" \
                data-toggle="dropdown">Reports<span class="caret"></span></a>
-						<ul class="dropdown-menu">
+				<ul class="nav pull-right">
+					<li class="dropdown">
+						<a href="#" class="dropdown-toggle" data-toggle="dropdown">Reports<span \
class="caret-up"></span></a> +						<ul class="dropdown-menu bottom-up">
 							<li><a href="buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status \
=REOPENED&amp;bug_status=UNCONFIRMED&amp;bugidtype=include&amp;chfield=%5BBug+creation \
%5D&amp;chfieldfrom=1d&amp;chfieldto=Now&amp;bug_file_loc=&amp;cmdtype=doit">Bugs \
reported today</a></li>  <li><a \
href="buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;b \
ug_status=UNCONFIRMED&amp;bugidtype=include&amp;chfield=%5BBug+creation%5D&amp;chfieldfrom=3d&amp;chfieldto=Now&amp;bug_file_loc=&amp;cmdtype=doit">Bugs \
reported in the last 3 days</a></li>  <li><a \
href="buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&am \
p;bug_status=REOPENED&amp;order=Importance&amp;field0-0-0=attachments.ispatch&amp;type0-0-0=greaterthan&amp;value0-0-0=0">Bug \
reports with patches</a></li> @@ -63,17 +63,18 @@
 							<li><a href="reports.cgi">Report ownership counts and charts</a></li>
 						</ul>
 					</div>
-				</div>
-				<ul class="breadcrumb">
+				</ul>
+				<ul class="nav">
 					<li>
 						<a href="/">Home</a>
-						<span class="divider">|</span>
+					</li>
+					<li class="divider-vertical"></li>
 					<li>
 						<a href="[% docs_urlbase FILTER html %]using.html">
 						[%- terms.Bugzilla %] User's Guide</a>
 					</li>
+					<li class="divider-vertical"></li>
 					<li>
-						<span class="divider">|</span>
 						<a href="page.cgi?id=release-notes.html">Release Notes</a>
 					</li>
 					[% Hook.process('additional_links') %]
diff --git a/template/en/custom/list/list.html.tmpl \
b/template/en/custom/list/list.html.tmpl index aef668d..5e8c062 100644
--- a/template/en/custom/list/list.html.tmpl
+++ b/template/en/custom/list/list.html.tmpl
@@ -86,7 +86,7 @@
   'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords',
   'nowordssubstr', 'notmatches',
 ] %]
-<ul class="search_description">
+<ul class="search_description well">
 [% FOREACH desc_item = search_description %]
   <li>
     <strong>[% field_descs.${desc_item.field} FILTER html %]:</strong>
@@ -103,8 +103,6 @@
 [% END %]
 </ul>
 
-<hr>
-
 [%############################################################################%]
 [%# Preceding Status Line                                                    #%]
 [%############################################################################%]
diff --git a/template/en/custom/request/queue.html.tmpl \
b/template/en/custom/request/queue.html.tmpl index 7881891..5b7e086 100644
--- a/template/en/custom/request/queue.html.tmpl
+++ b/template/en/custom/request/queue.html.tmpl
@@ -70,8 +70,11 @@ to some group are shown by default.
 <form class="form-inline" id="request_form" name="request_form" action="request.cgi" \
method="get">  <input type="hidden" name="action" value="queue">
 	
-	<div class="span4">
+	 <div class="row">
+	<div class="span1">
   <label for="requester">Requester:</label>
+  </div>
+  <div class="span3">
         [% INCLUDE global/userselect.html.tmpl
            id => "requester"
            name => "requester"
@@ -81,9 +84,9 @@ to some group are shown by default.
            field_title => "Requester's email address"
         %]
         </div>
-     <div class="row">
-        <div class="span4">
+        <div class="span1">
         <label for="product">Product:</label>
+        </div><div class="span3">
         <select name="product" onchange="selectProduct(this, this.form.component, \
null, null, 'Any');">  <option value="">Any</option>
           [% IF Param('useclassification') %]
@@ -107,8 +110,9 @@ to some group are shown by default.
           [% END %]
         </select>
       </div>
-      <div class="span4">
+      <div class="span1">
       <label for="type">Flag:</label>
+      </div><div class="span3">
         [% PROCESS "global/select-menu.html.tmpl"
                     name="type"
                     options=types
@@ -118,16 +122,19 @@ to some group are shown by default.
     <div class="row">
       [%# We could let people see a "queue" of non-pending requests. %]
       <!--
-	<div class="span4">
+	<div class="span1">
       <label for="status">Status:</label>
+      </div>
+      <div class="span3">
         [%# PROCESS "global/select-menu.html.tmpl"
                     name="status"
                     options=["all", "?", "+-", "+", "-"]
                     default=cgi.param('status') %]
      </div>
       -->
-    <div class="span4">
+    <div class="span1">
       <label for="requestee">Requestee:</label>
+      </div><div class="span3">
         [% INCLUDE global/userselect.html.tmpl
            id => "requestee"
            name => "requestee"
@@ -138,8 +145,10 @@ to some group are shown by default.
            field_title => "Requestee's email address or \"-\" (hyphen) for requests \
with no requestee"  %]
       </div>
-      <div class="span4">
+      <div class="span1">
       <label for="component">Component:</label>
+      </div>
+      <div class="span3">
         <select name="component">
           <option value="">Any</option>
           [% FOREACH comp = components %]
@@ -148,8 +157,10 @@ to some group are shown by default.
           [% END %]
         </select>
       </div>
-      <div class="span4">
+      <div class="span1">
       <label for="requester">Group By:</label>
+      </div>
+      <div class="span3">
         [% groups = {
             "Requester" => 'requester' ,
             "Requestee" => 'requestee',
@@ -183,9 +194,9 @@ to some group are shown by default.
 [% END %]
 
 [% IF requests.size == 0 %]
-  <p>
+  <div class="alert alert-info">
     No requests.
-  </p>
+  </div>
 [% ELSE %]
   [% FOREACH request = requests %]
     [% IF request.$group_field != group_value || loop.first %]


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic