|
@@ -2540,3 +2540,52 @@ div.image_friend_network span{overflow:hidden; display:block; height:92px; margi
|
|
|
div.image_friend_network img{vertical-align:middle;}
|
|
|
div.image_friend_network center.friend{overflow:hidden; height:30px;}
|
|
|
.friend_invitations{float:left; margin: 0 0 4px 12px;}
|
|
|
+
|
|
|
+/* button >> */
|
|
|
+button.arrowr {
|
|
|
+ -moz-border-radius-topleft : 5px;
|
|
|
+ -moz-border-radius-bottomright : 5px;
|
|
|
+ -moz-border-radius-bottomleft : 5px;
|
|
|
+ -moz-border-radius-topright : 5px;
|
|
|
+ padding-left:20px;
|
|
|
+ padding-top:20px;
|
|
|
+ background-position:10px;
|
|
|
+ background-color:#E5EDF9;
|
|
|
+ border-color: #D4E2F6;
|
|
|
+ border-width: 1px;
|
|
|
+ display:block;
|
|
|
+ font-size: 100%;
|
|
|
+ line-height :130%;
|
|
|
+ vertical-align:middle;
|
|
|
+}
|
|
|
+
|
|
|
+/*including "arrowr" image*/
|
|
|
+button.arrowr {
|
|
|
+ background-image:url(images/2rightarrow.gif);
|
|
|
+ background-repeat:no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+/* button << */
|
|
|
+button.arrowl {
|
|
|
+ margin:0px;
|
|
|
+ -moz-border-radius-topleft : 5px;
|
|
|
+ -moz-border-radius-bottomright : 5px;
|
|
|
+ -moz-border-radius-bottomleft : 5px;
|
|
|
+ -moz-border-radius-topright : 5px;
|
|
|
+ padding-left:20px;
|
|
|
+ padding-top:20px;
|
|
|
+ background-position:10px;
|
|
|
+ background-color:#E5EDF9;
|
|
|
+ border-color: #D4E2F6;
|
|
|
+ border-width: 1px;
|
|
|
+ display:block;
|
|
|
+ font-size: 100%;
|
|
|
+ line-height :130%;
|
|
|
+ vertical-align:middle;
|
|
|
+}
|
|
|
+
|
|
|
+/*including "arrowl" image*/
|
|
|
+button.arrowl {
|
|
|
+ background-image:url(images/2leftarrow.gif);
|
|
|
+ background-repeat:no-repeat;
|
|
|
+}
|