Compare commits

...

6 Commits

Author SHA1 Message Date
Abdullah Almsaeed
a75571dfc7 Update README.md 2015-01-02 15:14:27 -05:00
Abdullah Almsaeed
2f0d4ea2f7 Update README.md 2015-01-02 15:13:49 -05:00
Abdullah Almsaeed
0ab4be5c4f Fixed dropup animation issue. 2014-12-26 13:27:42 -05:00
Abdullah Almsaeed
9ea83c83e9 Fixed dropup animation issue. 2014-12-26 13:26:06 -05:00
Abdullah Almsaeed
2a44a8f30b Merge pull request #178 from vidschofelix/patch-1
Update empty.html
2014-12-17 14:10:44 -05:00
vidschofelix
b44a71d454 Update empty.html
Fixed missing script tag
2014-12-16 13:25:57 +01:00
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
Announcements:
--------------
**- AdminLTE discussion and review:** available now on the [main Almsaeed Studio page](http://almsaeedstudio.com/#comments "Comments Sections").
**- Almsaeed Studio Email Subscribtion:** available now on the [main Almsaeed Studio page](http://almsaeedstudio.com/#subscribe "Subscribe Section").
**- [Documentation](http://almsaeedstudio.com/guide)**: a quick start and installation guide have been created in our website Almsaeed Studio.

View File

@@ -1042,7 +1042,7 @@ body > .header .logo .icon {
color: #666666;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
.open:not(.dropup) > .dropdown-menu {
animation-name: fadeAnimation;
animation-duration: .7s;
animation-iteration-count: 1;

View File

@@ -409,7 +409,7 @@
<!-- jQuery 2.0.2 -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
<!-- AdminLTE App -->
<script src="js/AdminLTE/app.js" type="text/javascript"></script>

View File

@@ -287,7 +287,7 @@
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
.open:not(.dropup) > .dropdown-menu {
animation-name: fadeAnimation;
animation-duration:.7s;
animation-iteration-count: 1;
@@ -388,4 +388,4 @@
}
}
}
}
}