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

Unified Diff: chrome/browser/resources/options2/cookies_view.css

Issue 10108018: Fixed layout bug in cookies view and adjusted dialog and site column sizes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Improved formatting. Created 8 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/cookies_view.css
diff --git a/chrome/browser/resources/options2/cookies_view.css b/chrome/browser/resources/options2/cookies_view.css
index 41c2d422193cbf1b434ac763c5b4f7d9a582d8d1..45a6198021a19f6f2702a9df22046414c47b42c1 100644
--- a/chrome/browser/resources/options2/cookies_view.css
+++ b/chrome/browser/resources/options2/cookies_view.css
@@ -6,7 +6,7 @@
#cookies-view-page {
height: 90%;
margin-left: -15px;
- min-width: 700px;
+ min-width: 720px;
}
/* Styles for the cookies list elements in cookies_view.html. */
@@ -49,7 +49,7 @@ html[dir=rtl] #remove-all-cookies-search-column {
#cookies-site-column {
display: inline-block;
font-weight: bold;
- width: 11em;
+ width: 14em;
}
#cookies-data-column {
@@ -93,7 +93,7 @@ html[dir=rtl] list.cookie-list > .deletable-item > .close-button {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
- width: 11em;
+ width: 14em;
}
list.cookie-list > .deletable-item[selected] .cookie-site {
@@ -102,12 +102,15 @@ list.cookie-list > .deletable-item[selected] .cookie-site {
.cookie-data {
display: inline-block;
+ max-width: 410px;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.cookie-size {
display: inline-block;
float: right;
- margin-right: 3em;
+ margin-right: 0;
}
list.cookie-list > .deletable-item[selected] .cookie-data {
@@ -118,7 +121,7 @@ list.cookie-list > .deletable-item[selected] .cookie-data {
/* Styles for the individual items (cookies, etc.). */
.cookie-items {
/* Notice that the margin and padding match up with those above. */
- -webkit-margin-start: 11em;
+ -webkit-margin-start: 14em;
-webkit-padding-start: 7px;
-webkit-transition: 150ms ease-in-out;
height: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698