Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: desktop-options.html

Issue 29601581: Issue 5872 - apply style changes (Closed)
Patch Set: Addressed Ire's comments Created Nov. 13, 2017, 5:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skin/desktop-options.css » ('j') | skin/desktop-options.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.html
===================================================================
--- a/desktop-options.html
+++ b/desktop-options.html
@@ -216,14 +216,15 @@
</header>
<div id="all-filter-lists-table-header" class="th">
- <h3 class="i18n_options_filterList_column_status col4"></h3>
- <h3 class="i18n_options_filterList_column_name col4"></h3>
- <h3 class="i18n_options_filterList_column_update col4"></h3>
- <h3 class="col4"></h3>
+ <h3 class="i18n_options_filterList_column_status col5"></h3>
+ <h3 class="i18n_options_filterList_column_name col5"></h3>
+ <h3 class="i18n_options_filterList_column_update col5"></h3>
+ <h3 class="col5"></h3>
+ <h3 class="col5"></h3>
</div>
<ul class="table cols" id="all-filter-lists-table">
<template>
- <div class="col4">
+ <div class="col5">
<button data-action="toggle-disable-subscription" role="checkbox" class="control toggle">
</button>
<div class="state">
@@ -231,14 +232,14 @@
<span class="i18n_options_filterList_state_disabled" id="state-disabled"></span>
</div>
</div>
- <div class="col4">
+ <div class="col5">
<label class="display"></label>
</div>
- <div class="col4">
+ <div class="col5">
<span class="last-update"></span>
<span class="message"></span>
</div>
- <div class="col4">
+ <div class="col5">
<button data-action="open-context-menu" class="gear"></button>
<div role="menubar" class="context-menu-wrapper">
<div class="context-menu">
@@ -258,6 +259,8 @@
</ul>
</div>
</div>
+ </div>
+ <div class="col5">
<button data-action="remove-subscription" class="control delete"></button>
</div>
</template>
« no previous file with comments | « no previous file | skin/desktop-options.css » ('j') | skin/desktop-options.css » ('J')

Powered by Google App Engine
This is Rietveld