blob: eea7f8c3c3e295f59ebecf98e97331510f5a9d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*==================================================
* Browse Panel styles
*==================================================
*/
div.exhibit-browsePanel {
}
div.exhibit-browsePanel-notConfigureMessage {
border: 1px solid #604800;
padding: 1em;
background: #FFFFE0;
text-align: center;
}
div.exhibit-browsePanel-logoContainer {
text-align: center;
margin: 1em;
clear: both;
}
|