85 lines
1.5 KiB
CSS
85 lines
1.5 KiB
CSS
/**
|
|
* This file contains the style definitions for the admin area
|
|
*
|
|
* Content:
|
|
* --------
|
|
* 1. Over the Tabs
|
|
* 2. Tab: Tracks
|
|
* 3. Tab: Settings
|
|
* 4. Tab: Help
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* 1.0 Over the Tabs
|
|
*/
|
|
|
|
/**
|
|
* 2.0 Tab: Tracks
|
|
*/
|
|
#table tbody tr:hover {
|
|
background: #eee;
|
|
}
|
|
|
|
/**
|
|
* 3.0 Tab: Settings
|
|
*/
|
|
.wpgpxmaps-container-tab-settings {
|
|
display: block;
|
|
padding: 5px 20px 1px 20px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-settings table.form-table input[type="checkbox"] {
|
|
margin-top: -4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-settings table.form-table input[type="radio"] {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-settings table.form-table input[type="text"] {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
/**
|
|
* 4.0 Tab: Tracks
|
|
*/
|
|
.wpgpxmaps-container-tab-faq {
|
|
display: block;
|
|
padding: 5px 20px 1px 20px;
|
|
}
|
|
|
|
.wpgpxmaps-tab-faq {
|
|
display: block;
|
|
padding: 5px 20px 10px 20px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-faq table.widefat {
|
|
margin-bottom: 10px;
|
|
border-bottom: none;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-faq table.widefat thead th.title {
|
|
font-weight: 650;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-faq table.widefat td {
|
|
width: 200px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-faq table.widefat th,
|
|
.wpgpxmaps-container-tab-faq table.widefat td {
|
|
padding: 4px 10px;
|
|
}
|
|
|
|
.wpgpxmaps-container-tab-faq table.widefat tbody tr:hover {
|
|
background: #eee;
|
|
}
|
|
|
|
|
|
.wpgpxmaps-container-tab-faq table.widefat thead th {
|
|
font-size: 14px;
|
|
}
|