Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #31: make babel buttons in manager position: fixed; change look accordingly. #40

Merged
merged 2 commits into from
Nov 30, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions assets/components/babel/css/babel.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
* @package babel
*/
#babel-box{
background:#ccc;
margin:15px 0 0;
padding:10px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
background: rgba(224, 224, 224, 0.75);
margin:15px 0 0;
padding:10px;
-moz-border-radius: 3px;
border-radius: 3px;
/*display: inline-block; */
position: fixed;
top: 124px;
right: 20px;
z-index: 12;
}

#babel-box a{
display:block;
padding:5px 12px 4px 12px;
Expand Down Expand Up @@ -47,6 +50,8 @@
z-index: 1000;
display: none;
position: absolute;
top: 24px;
right: 0;
padding:11px;
background:#ddd;
border: 1px solid #ccc;
Expand Down