annotate gnv/src/main/webapp/styles/extjs-override.css @ 1145:dfe1ac687c7f tip

added tags
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:16:15 +0200
parents d3e0f505f50c
children
rev   line source
986
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 .x-panel-header {
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 background: #F2F1F5;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
3 border:1px solid #003A66;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
4 color:#003A66;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
5 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
6
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
7 .x-border-layout-ct {
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
8 background:#F2F1F5;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
9 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
10
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
11 .x-panel-body {
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 border:1px solid #003A66;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
13 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
14
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
15 .x-toolbar{
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
16 background:#F2F1F5;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
17 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
18
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
19 .x-panel-bbar .x-toolbar {
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
20 border:1px solid #003A66;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
21 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
22
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
23 .x-tool {
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
24 background:transparent url(../images/ol/tool-sprites.gif) no-repeat;
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
25 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
26
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
27 .x-tree-node-expanded .x-tree-node-icon{
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
28 background-image:url(../images/ol/folder-open.gif);
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
29 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
30 .x-tree-node-leaf .x-tree-node-icon{
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
31 background-image:url(../images/ol/leaf.gif);
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
32 }
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
33 .x-tree-node-collapsed .x-tree-node-icon{
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
34 background-image:url(../images/ol/folder.gif);
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
35 }

http://dive4elements.wald.intevation.org