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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/inlineButton.css

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: fix sorting Created 3 years, 7 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
OLDNEW
(Empty)
1 :host {
alph 2017/05/12 00:46:00 copyright
2 display: inline-block;
3 border: 1px solid #ddd;
4 position: relative;
5 top: 7px;
6 margin: 2px;
7 background-color: #f3f3f3;
8 justify-content: center;
9 align-items: center;
10 }
11
12 :host > * {
13 position: relative;
14 left: -2px;
15 width: 28px;
16 height: 26px;
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698