2010-02-13 18:07:21 +00:00
|
|
|
/** theme: base for OStatus
|
|
|
|
*
|
|
|
|
* @package StatusNet
|
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
|
|
* @copyright 2010 StatusNet, Inc.
|
|
|
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
|
|
|
* @link http://status.net/
|
|
|
|
*/
|
|
|
|
|
2010-02-22 16:07:48 +00:00
|
|
|
#form_ostatus_connect.dialogbox,
|
|
|
|
#form_ostatus_sub.dialogbox {
|
2010-02-13 18:07:21 +00:00
|
|
|
width:70%;
|
|
|
|
background-image:none;
|
|
|
|
}
|
2010-02-22 16:07:48 +00:00
|
|
|
#form_ostatus_sub.dialogbox {
|
|
|
|
width:65%;
|
|
|
|
}
|
|
|
|
#form_ostatus_connect.dialogbox .form_data label,
|
|
|
|
#form_ostatus_sub.dialogbox .form_data label {
|
2010-02-13 18:07:21 +00:00
|
|
|
width:34%;
|
|
|
|
}
|
2010-02-22 16:07:48 +00:00
|
|
|
#form_ostatus_connect.dialogbox .form_data input,
|
|
|
|
#form_ostatus_sub.dialogbox .form_data input {
|
2010-02-13 18:07:21 +00:00
|
|
|
width:57%;
|
|
|
|
}
|
2010-02-22 16:07:48 +00:00
|
|
|
#form_ostatus_connect.dialogbox .form_data .form_guide,
|
|
|
|
#form_ostatus_sub.dialogbox .form_data .form_guide {
|
2010-02-13 18:07:21 +00:00
|
|
|
margin-left:36%;
|
|
|
|
}
|
|
|
|
|
2010-02-22 16:07:48 +00:00
|
|
|
#form_ostatus_connect.dialogbox #ostatus_nickname,
|
|
|
|
#form_ostatus_sub.dialogbox #ostatus_nickname {
|
2010-02-13 18:07:21 +00:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
2010-02-22 16:07:48 +00:00
|
|
|
#form_ostatus_connect.dialogbox .submit_dialogbox,
|
|
|
|
#form_ostatus_sub.dialogbox .submit_dialogbox {
|
2010-02-13 18:07:21 +00:00
|
|
|
min-width:96px;
|
|
|
|
}
|
2010-02-22 16:07:48 +00:00
|
|
|
|
2010-03-02 17:34:35 +00:00
|
|
|
#entity_remote_subscribe {
|
2010-02-22 16:07:48 +00:00
|
|
|
padding:0;
|
|
|
|
float:right;
|
2010-03-03 16:22:21 +00:00
|
|
|
position:relative;
|
2010-02-22 16:07:48 +00:00
|
|
|
}
|
|
|
|
|
2010-03-03 16:22:21 +00:00
|
|
|
.section .entity_actions {
|
|
|
|
margin-bottom:0;
|
2010-03-04 18:43:28 +00:00
|
|
|
margin-right:7px;
|
2010-03-03 16:22:21 +00:00
|
|
|
}
|
|
|
|
|
2010-03-03 20:31:16 +00:00
|
|
|
#entity_remote_subscribe .dialogbox {
|
2010-03-03 16:22:21 +00:00
|
|
|
width:405px;
|
|
|
|
}
|
|
|
|
|
2010-03-04 04:34:48 +00:00
|
|
|
.aside #entity_subscriptions .more,
|
|
|
|
.aside #entity_groups .more {
|
2010-03-03 16:22:21 +00:00
|
|
|
float:left;
|
2010-03-02 17:35:27 +00:00
|
|
|
}
|
2010-03-03 22:48:00 +00:00
|
|
|
|
|
|
|
.section #entity_remote_subscribe {
|
|
|
|
border:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section .entity_remote_subscribe {
|
|
|
|
color:#002FA7;
|
|
|
|
box-shadow:none;
|
|
|
|
-moz-box-shadow:none;
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
background-color:transparent;
|
|
|
|
background-position:0 -1183px;
|
|
|
|
padding:0 0 0 23px;
|
|
|
|
border:0;
|
|
|
|
}
|