forked from crossbario/autobahn-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community widget loads fully externally
- Loading branch information
Alexander Goedde
committed
Apr 26, 2014
1 parent
14b3d95
commit 145ebdc
Showing
4 changed files
with
23 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,4 @@ | ||
#communityWidget { | ||
position: fixed; | ||
top: 81px; | ||
right: -2px; | ||
background-color: #fff; | ||
z-index: 1000; | ||
border-radius: 3px 0 0 3px; | ||
border: solid 1px #fff; | ||
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); | ||
} | ||
|
||
#communityWidget.nonDisplay { | ||
display: none; | ||
} | ||
|
||
#communityWidget { | ||
transition: width 0.3s, height 0.5s; | ||
} | ||
|
||
#communityWidget.min { | ||
width: 143px; | ||
height: 36px; | ||
} | ||
#communityWidget.max { | ||
width: 170px; | ||
height: 254px; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters