Bug 1021146 - In-content prefs: Remove the border below Popup Policy. r=jaws

This commit is contained in:
Richard Marti 2014-06-05 19:43:01 +02:00
Родитель 2f2ff056e0
Коммит bbadf88bb4
2 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -86,3 +86,11 @@ description {
font-size: 1.25rem;
line-height: 22px;
}
#popupPolicyRow {
/* Override styles from
browser/themes/osx/preferences/preferences.css */
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border-bottom: none;
}

Просмотреть файл

@ -134,9 +134,7 @@ caption {
-moz-box-align: center;
}
#popupPolicyRow,
#enableSoftwareInstallRow,
#enableImagesRow {
#popupPolicyRow {
margin-bottom: 4px !important;
padding-bottom: 4px !important;
border-bottom: 1px solid #ccc;