Subversion Repository Public Repository

Nextrek

Diff Revisions 1033 vs 1034 for /Web/Smartcharging_search/css/maps-style.css

Diff revisions: vs.
  @@ -49,4 +49,39 @@
49 49 font-family: Roboto;
50 50 font-size: 13px;
51 51 font-weight: 300;
52 + }
53 +
54 + .tipologies-list {
55 + background-color: #fff;
56 + font-family: Roboto;
57 + font-size: 13px;
58 + font-weight: 300;
59 + text-overflow: ellipsis;
60 + border: 1px solid transparent;
61 + border-radius: 2px 0 0 2px;
62 + box-sizing: border-box;
63 + outline: none;
64 + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
65 + list-style-type: none;
66 + /*padding: 0 2em 0em 2em !important;*/
67 + }
68 +
69 + .tipologies-list li {
70 + cursor: pointer;
71 + }
72 +
73 + .li-background {
74 + padding: 1em;
75 + }
76 +
77 + .li-background.hover{
78 + background-color: #ebebeb;
79 + }
80 +
81 + .li-background p.hover{
82 + background-color: #ebebeb;
83 + }
84 +
85 + .tipologies-list p {
86 + margin: 0;
52 87 }