2 new revisions:

Revision: 4ed104dbf89c
Branch:   default
Author:   Pekka Klärck
Date:     Fri Feb  7 10:10:51 2014 UTC
Log:      Seearch: Style tuning....
http://code.google.com/p/robotframework/source/detail?r=4ed104dbf89c

Revision: dbe1da7afed9
Branch:   default
Author:   Pekka Klärck
Date:     Fri Feb  7 10:10:59 2014 UTC
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=dbe1da7afed9

==============================================================================
Revision: 4ed104dbf89c
Branch:   default
Author:   Pekka Klärck
Date:     Fri Feb  7 10:10:51 2014 UTC
Log:      Seearch: Style tuning.

Update issue 1634
Style tuning.
http://code.google.com/p/robotframework/source/detail?r=4ed104dbf89c

Modified:
 /src/robot/htmldata/rebot/report.css
 /src/robot/htmldata/rebot/report.html

=======================================
--- /src/robot/htmldata/rebot/report.css        Thu Feb  6 21:15:25 2014 UTC
+++ /src/robot/htmldata/rebot/report.css        Fri Feb  7 10:10:51 2014 UTC
@@ -30,11 +30,21 @@
     vertical-align: top;
     padding: 0.2em 0.4em;
 }
-#selector th, #selector td {
+.selector th, .selector td {
     padding-top: 0.5em;
-    padding-bottom: 1em;
+    padding-bottom: 0.5em;
     white-space: normal;
 }
+.first-selector th, .first-selector td{
+    padding-bottom: 0.2em;
+}
+.middle-selector th, .middle-selector td {
+    padding-top: 0.2em;
+    padding-bottom: 0.2em;
+}
+.last-selector th, .last-selector td{
+    padding-top: 0.2em;
+}
 #print-selector {
     display: none;
 }
=======================================
--- /src/robot/htmldata/rebot/report.html       Fri Feb  7 09:47:37 2014 UTC
+++ /src/robot/htmldata/rebot/report.html       Fri Feb  7 10:10:51 2014 UTC
@@ -497,7 +497,7 @@

 <script  type="text/x-jquery-tmpl" id="totalDetailsSelectorTemplate">
   <table class="details" id="details-header">
-    <tr id="selector">
+    <tr class="selector">
       <th>Type:</th>
       <td id="normal-selector">
         <input id="radio-critical" type="radio" name="totals-radio"
@@ -516,7 +516,7 @@

 <script  type="text/x-jquery-tmpl" id="tagDetailsSelectorTemplate">
   <table class="details" id="details-header">
-    <tr id="selector">
+    <tr class="selector">
       <th>Name:</th>
       <td id="normal-selector">
         <select id="tag-detail-selector"
@@ -537,7 +537,7 @@

 <script  type="text/x-jquery-tmpl" id="suiteDetailsSelectorTemplate">
   <table class="details" id="details-header">
-    <tr id="selector">
+    <tr class="selector">
       <th>Name:</th>
       <td id="normal-selector">
         <select id="suite-detail-selector"
@@ -559,23 +559,23 @@
 <script  type="text/x-jquery-tmpl" id="searchSelectorTemplate">
   <form action="javascript:void(0)">
     <table class="details" id="details-header">
-      <tr>
+      <tr class="selector first-selector">
         <th><label for="search-suite">Suite:</label></th>
         <td><input id="search-suite" type="text" value="${suite}"></td>
       </tr>
-      <tr>
+      <tr class="selector middle-selector">
         <th><label for="search-test">Test:</label></th>
         <td><input id="search-test" type="text" value="${test}"></td>
       </tr>
-      <tr>
+      <tr class="selector middle-selector">
         <th><label for="search-include">Include:</label></th>
         <td><input id="search-include" type="text" value="${include}"></td>
       </tr>
-      <tr>
+      <tr class="selector middle-selector">
         <th><label for="search-exclude">Exclude:</label></th>
         <td><input id="search-exclude" type="text" value="${exclude}"></td>
       </tr>
-      <tr id="search-buttons">
+      <tr class="selector last-selector" id="search-buttons">
         <th></th>
         <td>
           <input type="submit" value="Search"

==============================================================================
Revision: dbe1da7afed9
Branch:   default
Author:   Pekka Klärck
Date:     Fri Feb  7 10:10:59 2014 UTC
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=dbe1da7afed9


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to