blob: 58c5743c250fff39bdeb6fb2cfd5a5e33ec22431 [file] [log] [blame]
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
.destination-list > header {
-webkit-padding-start: 0;
background-color: transparent;
padding-bottom: 8px;
}
.destination-list .title {
-webkit-padding-end: 8px;
-webkit-padding-start: 4px;
display: inline;
vertical-align: middle;
}
.destination-list .action-link {
vertical-align: middle;
}
.destination-list > ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.destination-list .throbber-container {
display: inline;
padding: 0 16px 0 8px;
position: relative;
}
.destination-list .throbber {
position: absolute;
top: -1px;
}
.destination-list .no-destinations-message {
-webkit-padding-start: 18px;
color: #999;
padding-bottom: 8px;
padding-top: 8px;
}
.destination-list > footer {
-webkit-padding-start: 18px;
padding-top: 6px;
}
.destination-list .total {
color: #999;
}