Project

General

Profile

Defect #43592 » 43592.patch

Go MAEDA, 2025-12-14 10:33

View differences:

app/assets/stylesheets/application.css
1326 1326
position: fixed;
1327 1327
background-color:var(--oc-gray-2);
1328 1328
border: 1px solid var(--oc-gray-5);
1329
top:35%;
1330
left:40%;
1329
top: 50%;
1330
left: 50%;
1331
transform: translate(-50%, -50%);
1331 1332
width:20%;
1332 1333
font-weight:bold;
1333 1334
text-align:center;
app/assets/stylesheets/rtl.css
235 235
  margin-left: 4px;
236 236
}
237 237

  
238
/***** Ajax indicator ******/
239
#ajax-indicator {
240
  left:auto; right:40%;
241
}
242

  
243
#ajax-indicator span {
244
  background-position: right 40%;
245
  background-image: url(/loading.gif);
246
  padding-left:0px; padding-right:26px;
247
}
248

  
249 238
/***** Calendar *****/
250 239
table.cal td p.day-num {text-align:left;}
251 240

  
(2-2/2)