Compare commits
6 Commits
github-pag
...
1.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a75571dfc7 | ||
|
|
2f0d4ea2f7 | ||
|
|
0ab4be5c4f | ||
|
|
9ea83c83e9 | ||
|
|
2a44a8f30b | ||
|
|
b44a71d454 |
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Announcements:
|
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.
|
**- [Documentation](http://almsaeedstudio.com/guide)**: a quick start and installation guide have been created in our website Almsaeed Studio.
|
||||||
|
|
||||||
|
|||||||
@@ -1042,7 +1042,7 @@ body > .header .logo .icon {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
/* Add fade animation to dropdown menus */
|
/* Add fade animation to dropdown menus */
|
||||||
.open > .dropdown-menu {
|
.open:not(.dropup) > .dropdown-menu {
|
||||||
animation-name: fadeAnimation;
|
animation-name: fadeAnimation;
|
||||||
animation-duration: .7s;
|
animation-duration: .7s;
|
||||||
animation-iteration-count: 1;
|
animation-iteration-count: 1;
|
||||||
|
|||||||
@@ -409,7 +409,7 @@
|
|||||||
<!-- jQuery 2.0.2 -->
|
<!-- jQuery 2.0.2 -->
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
|
||||||
<!-- Bootstrap -->
|
<!-- 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 -->
|
<!-- AdminLTE App -->
|
||||||
<script src="js/AdminLTE/app.js" type="text/javascript"></script>
|
<script src="js/AdminLTE/app.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
|||||||
@@ -287,7 +287,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Add fade animation to dropdown menus */
|
/* Add fade animation to dropdown menus */
|
||||||
.open > .dropdown-menu {
|
.open:not(.dropup) > .dropdown-menu {
|
||||||
animation-name: fadeAnimation;
|
animation-name: fadeAnimation;
|
||||||
animation-duration:.7s;
|
animation-duration:.7s;
|
||||||
animation-iteration-count: 1;
|
animation-iteration-count: 1;
|
||||||
@@ -388,4 +388,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user