web/data/tabs-no-images.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 19 Jun 2009 14:42:04 +0200
changeset 2126 a25859917ccc
parent 2123 3e1d2ab5f8c0
child 2383 96780c1e0c53
permissions -rw-r--r--
stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2123
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     1
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     2
/* root element for tabs  */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
ul.css-tabs {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
	margin:0 !important;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
	padding:0;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     6
	height:24px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     7
	border-bottom:1px solid #666;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     8
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     9
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    10
/* single tab */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    11
ul.css-tabs li {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    12
	float:left;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    13
	padding:0;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    14
	margin:0;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    15
	list-style-type:none;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    16
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    17
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    18
/* link inside the tab. uses a background image */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    19
ul.css-tabs a {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    20
	float:left;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    21
	font-size:12px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    22
	display:block;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    23
	padding:2px 20px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    24
	text-decoration:none;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    25
	border:1px solid #666;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    26
	border-bottom:0px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    27
	height:18px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    28
	background-color:#efefef;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    29
	color:#777;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    30
	margin-right:2px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    31
	-moz-border-radius-topleft: 4px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    32
	-moz-border-radius-topright:4px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    33
	position:relative;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    34
	top:1px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    35
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    36
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    37
ul.css-tabs a:hover {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    38
	background-color:#CFCEB7;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    39
	color:#333;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    40
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    41
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    42
/* selected tab */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    43
ul.css-tabs a.current {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    44
	background-color: white;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    45
	border-bottom:2px solid #ddd;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    46
	color:#000;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    47
	cursor:default;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    48
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    49
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    50
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    51
/* tab pane */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    52
div.css-panes div {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    53
	display:none;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    54
	border:1px solid #666;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    55
	border-width:0 1px 1px 1px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    56
	min-height:150px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    57
	padding:15px 20px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    58
	/* background-color:#ddd; */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    59
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    60
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    61
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    62