Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1878)

Unified Diff: Tools/GardeningServer/styles/results.css

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use mdv Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/styles/results.css
diff --git a/Tools/GardeningServer/styles/results.css b/Tools/GardeningServer/styles/results.css
index 12335e56d5e7db992bf65b811aff91832e378053..0bc8bc95f5da161da7203a4da4849e2a8f4c5c39 100644
--- a/Tools/GardeningServer/styles/results.css
+++ b/Tools/GardeningServer/styles/results.css
@@ -22,22 +22,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-.comparison {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
-}
-
-.comparison > div {
- flex: 1;
- min-width: 300px;
-}
-
-.results-container {
- border: 1px solid gray;
-}
-
.non-action-button, .results-view ul.actions, .ui-dialog ul.actions {
float: right;
margin: 0;
@@ -95,17 +79,6 @@
border-bottom: 1px solid #DDD;
}
-.results-grid .text-result {
- border: none;
- width: 100%;
- height: 400px; /* FIXME: How do we get a reasonable height here? */
-}
-
-.results-grid .image-result {
- width: 100%;
- height: auto;
-}
-
.results-view .top-panel {
max-height: 20%;
overflow: auto;

Powered by Google App Engine
This is Rietveld 408576698