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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2628243002: DevTools: Fix .cls field on long names (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 .styles-element-classes-pane label { 312 .styles-element-classes-pane label {
313 margin-right: 15px; 313 margin-right: 15px;
314 } 314 }
315 315
316 .styles-element-classes-pane .title-container { 316 .styles-element-classes-pane .title-container {
317 padding-bottom: 2px; 317 padding-bottom: 2px;
318 } 318 }
319 319
320 .styles-element-classes-pane .new-class-input { 320 .styles-element-classes-pane .new-class-input {
321 padding-left: 3px; 321 padding-left: 3px;
322 padding-right: 3px;
323 overflow: hidden;
322 border: 1px solid #ddd; 324 border: 1px solid #ddd;
323 line-height: 15px; 325 line-height: 15px;
324 margin-left: 3px; 326 margin-left: 3px;
325 width: calc(100% - 7px); 327 width: calc(100% - 7px);
326 -webkit-user-modify: read-write-plaintext-only; 328 -webkit-user-modify: read-write-plaintext-only;
327 background-color: #fff; 329 background-color: #fff;
328 cursor: text; 330 cursor: text;
329 } 331 }
330 332
331 .styles-element-state-pane > div { 333 .styles-element-state-pane > div {
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 position: absolute; 526 position: absolute;
525 right: 0; 527 right: 0;
526 bottom: 0; 528 bottom: 0;
527 visibility: hidden; 529 visibility: hidden;
528 background-color: rgba(255, 255, 255, 0.9); 530 background-color: rgba(255, 255, 255, 0.9);
529 } 531 }
530 532
531 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar { 533 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar {
532 visibility: visible; 534 visibility: visible;
533 } 535 }
OLDNEW
« 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