Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d00049dc
Commit
d00049dc
authored
May 26, 2013
by
Alex Pott
Browse files
Issue
#1968430
by oresh: Added Clean up css and markup for Tour module .
parent
291689a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/tour/css/tour-rtl.css
View file @
d00049dc
...
...
@@ -3,7 +3,7 @@
* RTL styling for tour module.
*/
.js
.toolbar
.bar
.tour-toolbar-tab.tab
{
.js
.toolbar
.tour-toolbar-tab.tab
{
float
:
left
;
}
...
...
core/modules/tour/css/tour.css
View file @
d00049dc
...
...
@@ -4,16 +4,16 @@
*/
/* Tab appearance. */
.js
.toolbar
.bar
.tour-toolbar-tab.tab
{
.js
.toolbar
.tour-toolbar-tab.tab
{
float
:
right
;
/* LTR */
}
.js
.toolbar
.bar
.tour-toolbar-tab
button
{
.js
.toolbar
.tour-toolbar-tab
button
{
padding-bottom
:
1em
;
padding-top
:
1em
;
color
:
#fff
;
font-weight
:
bold
;
}
.js
.toolbar
.bar
.tour-toolbar-tab
button
.active
{
.js
.toolbar
.tour-toolbar-tab
button
.active
{
background-image
:
-webkit-linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
background-image
:
linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
}
...
...
@@ -34,6 +34,6 @@
}
/* @todo Remove once http://drupal.org/node/1916690 is resolved. */
.js
.toolbar
.bar
.tour-toolbar-tab.tab.element-hidden
{
.js
.toolbar
.tour-toolbar-tab.tab.element-hidden
{
display
:
none
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment